Skip to content

Commit

Permalink
update root unity readme file (#126)
Browse files Browse the repository at this point in the history
* update root unity readme file

* Bump version;

---------

Co-authored-by: mismirnov <mi.smirnov24@gmail.com>
  • Loading branch information
fraidev and mismirnov committed Aug 12, 2023
1 parent 1ba64bb commit d7ac275
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 15 deletions.
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

0 comments on commit d7ac275

Please sign in to comment.