Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update root unity readme file #126

Merged
merged 2 commits into from
Aug 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [2.0.5] - 2023-08-12
### Changed
- Unity readme


## [2.0.4] - 2023-08-11
### Fixed
- Asset store validator tool warnings for WebGLCopyAndPaste feature
Expand Down Expand Up @@ -147,7 +152,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added auto releases with GH actions


[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/2.0.4...HEAD
[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/2.0.5...HEAD
[2.0.5]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/2.0.5
[2.0.4]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/2.0.4
[2.0.3]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/2.0.3
[2.0.2]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/2.0.2
Expand Down
60 changes: 47 additions & 13 deletions ReadMe.asset
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,58 @@ MonoBehaviour:
Title: Tezos SDK For Unity
Icon: {fileID: 2800000, guid: 639c542448d029e4099871c47dc40b03, type: 3}
Sections:
- TextHeading: Welcome
TextSubheading: Tezos SDK For Unity
TextBody: The Tezos SDK for Unity invites developers to discover the future of
Web3 gaming. This complete kit empowers game developers to connect to and utilize
the Tezos blockchain.
LinkName: OpenTezos.com/gaming/unity-sdk/
LinkUrl: https://opentezos.com/gaming/unity-sdk/
- TextHeading: Getting Started
TextSubheading:
TextBody: 'Follow our documentation below to start exploring the SDK!'
LinkName: Getting Started
LinkUrl: https://opentezos.com/gaming/unity-sdk/getting-started/
PingObjectName:
PingObjectGuid:
MenuItemName:
MenuItemPath:
- TextHeading: Getting Started
MenuItemName:
MenuItemPath:
- TextHeading: Scenes
TextSubheading:
TextBody: 'You can import our sample game to get started.'
TextBody: 'You can find various scenes under Assets > Scenes'
LinkName:
LinkUrl:
PingObjectName:
PingObjectGuid:
MenuItemName: Window/Package Manager
MenuItemPath: Window/Package Manager
MenuItemName:
MenuItemPath:
- TextHeading:
TextSubheading:
TextBody:
LinkName: 'DemoExampleScene: This is our Inventory Sample Game.'
LinkUrl: https://opentezos.com/gaming/unity-sdk/inventory-sample-game/
PingObjectName:
PingObjectGuid:
MenuItemName:
MenuItemPath:
- TextHeading:
TextSubheading:
TextBody:
LinkName: 'NFTApiSample: You can experiment with our awesome API here.'
LinkUrl: https://opentezos.com/gaming/unity-sdk/api-documentation/
PingObjectName:
PingObjectGuid:
MenuItemName:
MenuItemPath:
- TextHeading: Report an Issue
TextSubheading:
TextBody: 'To report an issue, on the upper bar, click Tools > Tezos SDK for Unity > Report an Issue'
LinkName:
LinkUrl:
PingObjectName:
PingObjectGuid:
MenuItemName: Tools/Tezos SDK for Unity/Report an Issue
MenuItemPath: Tools/Tezos SDK for Unity/Report an Issue
- TextHeading: Join our community
TextSubheading:
TextBody: 'Looking to get further support and share your work? Join and reach us out!'
LinkName: Tezos Discord
LinkUrl: https://discord.com/invite/tezos
PingObjectName:
PingObjectGuid:
MenuItemName:
MenuItemPath:
HasLoadedLayout: 0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.trilitech.tezos-unity-sdk",
"version": "2.0.4",
"version": "2.0.5",
"unity": "2021.3",
"displayName": "Tezos Unity SDK",
"description": "Unity SDK for Tezos",
Expand Down
Loading