mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-13 06:59:46 +07:00
35 lines
1.6 KiB
Markdown
35 lines
1.6 KiB
Markdown
##### Isometric 2.5D Toolset
|
|
|
|
Make 2.5D isometric game in Unity easy!
|
|
|
|
* [Usage video (Sprites)](http://www.youtube.com/watch?v=IwJ_ofKG9_Y)
|
|
* [Usage video (Physics)](http://www.youtube.com/watch?v=wmXhyDHXYcM)
|
|
|
|
* [Site](https://blackmatov.github.io/unity-assets/isometric-toolset)
|
|
* [Forum](https://forum.unity.com/threads/isometric-2-5d-toolset.291418)
|
|
* [Web demo](https://blackmatov.github.io/unity-assets/isometric-toolset/demo)
|
|
|
|
###### Features
|
|
* Automatic sorting 2D isometric tiles and objects;
|
|
* Sorting objects with single-tile size as well as multiple-tiles size;
|
|
* Auxiliary functions for converting isometric coordinates into screen coordinates and conversely;
|
|
* Placing and snapping of objects in the Unity editor;
|
|
* Helpful mouse and touch functions;
|
|
* Custom isometric tile angle, ratio and height;
|
|
* Support multiple isometric worlds in a scene with different settings;
|
|
* Mix 2D and 3D support;
|
|
* Physics support! (Colliders, Rigidbodies, Trigger and Collision events);
|
|
* Full PlayMaker support.
|
|
|
|
###### Limitations
|
|
* Intersection of isometric objects is not allowed;
|
|
* Parent-child related isometric objects is not allowed.
|
|
|
|
Supports Unity 2017 and newer, both Personal and Pro. 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!
|
|
|
|
Samples use (CC0 1.0) sprites from [kenney.nl](http://www.kenney.nl/assets)
|
|
Samples use (CC BY 4.0) sprites from [dragosha.com](http://dragosha.com/free)
|
|
Samples use free models from [Honeti's models](https://assetstore.unity.com/packages/3d/characters/humanoids/fantasy/3-free-characters-18098)
|