-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #185 from okto-hq/main
unity docs
- Loading branch information
Showing
8 changed files
with
226 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
title: Unity | ||
full: false | ||
--- | ||
|
||
import { Callout } from 'fumadocs-ui/components/callout'; | ||
|
||
<Callout title="Disclaimer"> | ||
The Unity SDK is a community-built integration and is not officially maintained by Okto. At present, the SDK only supports mobile application development. | ||
</Callout> | ||
|
||
The **Okto Unity SDK** enables developers to integrate blockchain functionality into their Unity-based mobile games and applications. With this SDK, you can add features like: | ||
|
||
- User authentication (Google OAuth, Email OTP, Phone OTP) | ||
- Wallet management | ||
- Token and NFT operations | ||
- Smart contract interactions | ||
- Portfolio tracking | ||
|
||
## Resources | ||
|
||
| Resource | Description | Link | | ||
|----------|-------------|------| | ||
| Unity SDK GitHub Repository | Source code and SDK files | [View on GitHub](https://github.com/okto-hq/okto-sdk-unity) | | ||
| Documentation & Cheatsheet | Complete setup guide and usage examples | [View Guide](https://docs.google.com/document/d/1V7guvCvgYzjKsJUK9xKRdSPSbg3RAoC0Bu_AnH9t7Og/edit?usp=sharing) | | ||
|
||
## Unity SDK Packages | ||
|
||
| Package | Version | Description | Download | | ||
|---------|---------|-------------|----------| | ||
| Unity SDK Package | 1.0 | Core SDK package including all necessary files and plugins | [Download package](https://github.com/okto-hq/okto-sdk-unity/raw/main/OktoSDKFile/UnitySdk_1.0.unitypackage) | | ||
|
||
## Getting Started | ||
|
||
1. Download the Unity SDK package from the table above. | ||
2. Check out our [comprehensive documentation](https://docs.google.com/document/d/1V7guvCvgYzjKsJUK9xKRdSPSbg3RAoC0Bu_AnH9t7Og/edit?usp=sharing) for: | ||
- Step-by-step setup instructions | ||
- Code examples for each feature | ||
|
||
## Community and Support | ||
|
||
The Unity SDK is maintained by the community. For support: | ||
|
||
- Report issues on [GitHub](https://github.com/okto-hq/okto-sdk-unity/issues) | ||
- Submit pull requests for improvements |