diff --git a/Assets/IsoTools/Docs/CHANGELOG.md b/Assets/IsoTools/Docs/CHANGELOG.md index 93fe7c2..b5f8f8c 100644 --- a/Assets/IsoTools/Docs/CHANGELOG.md +++ b/Assets/IsoTools/Docs/CHANGELOG.md @@ -1,3 +1,8 @@ +### Version 3.2.0 + +* It's free and Open Source now! +* New minimal Unity version is 2019.4 + ### Version 3.1.0 * fix some saving issues in Unity 2018-2019 diff --git a/LICENSE.md b/LICENSE.md index 9558b93..75e73c9 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2015-2022, by Matvey Cherevko (blackmatov@gmail.com) +Copyright (C) 2015-2023, by Matvey Cherevko (blackmatov@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 2f3a5d7..c0a5476 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,14 @@ > Make 2.5D isometric game in Unity easy! -[Asset Store](https://assetstore.unity.com/packages/tools/sprite-management/isometric-2-5d-toolset-27851) | +[Asset Store](https://assetstore.unity.com/packages/slug/27851) | +[GitHub Repo](https://github.com/BlackMATov/unity-iso-tools) | [Forum](https://forum.unity.com/threads/isometric-2-5d-toolset.291418/) | [Web Demo](https://blackmatov.github.io/unity-assets/isometric-toolset/demo) | [Usage Video (Sprites)](http://www.youtube.com/watch?v=IwJ_ofKG9_Y) | [Usage Video (Physics)](http://www.youtube.com/watch?v=wmXhyDHXYcM) | -[API Reference](Assets/IsoTools/Docs/API.md) | -[Changelog](Assets/IsoTools/Docs/CHANGELOG.md) +[API Reference](https://github.com/BlackMATov/unity-iso-tools/blob/main/Assets/IsoTools/Docs/API.md) | +[Changelog](https://github.com/BlackMATov/unity-iso-tools/blob/main/Assets/IsoTools/Docs/CHANGELOG.md) ## Features @@ -24,9 +25,9 @@ - Mix 2D and 3D support - Full [PlayMaker](https://assetstore.unity.com/packages/tools/visual-scripting/playmaker-368) support -Supports Unity 2017.4 (LTS) and newer, both Personal and Pro. Full C# source code included. +Supports Unity 2019.4 and newer. Full C# source code included. -Leave your rating for this Asset. It is very important for me and the development of the project :) Thank you! +⭐⭐⭐ Leave your rating for this Asset. It is very important for me and the development of the project :) Also, give your stars on GitHub if you want to support me. Thank you! ⭐⭐⭐ ## Limitations