diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab97950..3ed501cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/ReadMe.asset b/ReadMe.asset index 7d75839b..0d45803f 100644 --- a/ReadMe.asset +++ b/ReadMe.asset @@ -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 diff --git a/package.json b/package.json index 78cab6e6..dcf52836 100644 --- a/package.json +++ b/package.json @@ -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",