mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-14 17:09:31 +07:00
PlayMaker and Tiled to Addons folder. CHANGELOG and README to Docs folder.
This commit is contained in:
96
Assets/IsoTools/Docs/CHANGELOG.txt
Normal file
96
Assets/IsoTools/Docs/CHANGELOG.txt
Normal file
@@ -0,0 +1,96 @@
|
||||
-------------------
|
||||
-- Version 2.4.2 --
|
||||
-------------------
|
||||
|
||||
Bug fixing
|
||||
|
||||
-------------------
|
||||
-- Version 2.4.1 --
|
||||
-------------------
|
||||
|
||||
Bug fixing
|
||||
|
||||
-----------------
|
||||
-- Version 2.4 --
|
||||
-----------------
|
||||
|
||||
Snapping support for editor
|
||||
Physic raycast from iso camera support (IsoWorld.RayFromIsoCameraToIsoPoint)
|
||||
|
||||
-------------------
|
||||
-- Version 2.3.2 --
|
||||
-------------------
|
||||
|
||||
Bug fixing
|
||||
- 'DontDestroyOnLoad' now working with physic objects
|
||||
- 'Layer Collision Matrix' fixes
|
||||
- Tiled map material bug fix
|
||||
|
||||
Performance tweaks
|
||||
- Collision events is disabled by default (add IsoTriggerListener or IsoCollisionListener for get events)
|
||||
- 'Cache renderers' flag for IsoObject
|
||||
- 'IsoWorld.Instance' for get IsoWorld singleton instance
|
||||
|
||||
-------------------
|
||||
-- Version 2.3.1 --
|
||||
-------------------
|
||||
|
||||
Bug fixing
|
||||
|
||||
-----------------
|
||||
-- Version 2.3 --
|
||||
-----------------
|
||||
|
||||
Initial Tiled Map Editor support
|
||||
|
||||
-----------------
|
||||
-- Version 2.2 --
|
||||
-----------------
|
||||
|
||||
PlayMaker support
|
||||
|
||||
-----------------
|
||||
-- Version 2.1 --
|
||||
-----------------
|
||||
|
||||
add mix 2D and 3D support
|
||||
custom isometric tile angle, ratio and height
|
||||
add some mouse and touch functions
|
||||
bug fixing
|
||||
|
||||
-----------------
|
||||
-- Version 2.0 --
|
||||
-----------------
|
||||
|
||||
Physics support! (Colliders, Rigidbodies, Trigger and Collision events)
|
||||
Many helpful upgrades for editor
|
||||
New samples
|
||||
Bug fixing
|
||||
|
||||
-----------------
|
||||
-- Version 1.4 --
|
||||
-----------------
|
||||
|
||||
Added the new sorting algorithm to improve performance noticeably.
|
||||
|
||||
-----------------
|
||||
-- Version 1.3 --
|
||||
-----------------
|
||||
|
||||
New 'UpDown' isometric type (like jrpg).
|
||||
Optional sorting flag.
|
||||
New TilePosition function.
|
||||
Added Unity 5 support.
|
||||
Fix some bugs.
|
||||
|
||||
-----------------
|
||||
-- Version 1.1 --
|
||||
-----------------
|
||||
|
||||
Fix some bugs.
|
||||
|
||||
-----------------
|
||||
-- Version 1.0 --
|
||||
-----------------
|
||||
|
||||
Initial version.
|
||||
8
Assets/IsoTools/Docs/CHANGELOG.txt.meta
Normal file
8
Assets/IsoTools/Docs/CHANGELOG.txt.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d4cc34ccbf7134f23948b9d367aba725
|
||||
timeCreated: 1477131568
|
||||
licenseType: Free
|
||||
TextScriptImporter:
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
32
Assets/IsoTools/Docs/README.txt
Normal file
32
Assets/IsoTools/Docs/README.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
----------------------------
|
||||
-- Isometric 2.5D Toolset --
|
||||
----------------------------
|
||||
|
||||
Make 2.5D isometric game easy!
|
||||
|
||||
- Usage video (Sprites) "http://www.youtube.com/watch?v=IwJ_ofKG9_Y"
|
||||
- Usage video (Physics) "http://www.youtube.com/watch?v=wmXhyDHXYcM"
|
||||
- Usage video (Tiled Map Editor) "http://www.youtube.com/watch?v=8nzVr_wHz2M"
|
||||
|
||||
- Blog "http://matov.me"
|
||||
- Forum "http://forum.unity3d.com/threads/released-isometric-2-5d-toolset.291418"
|
||||
- WebDemo "http://matov.me/public/blog_share/WebDemo"
|
||||
|
||||
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.
|
||||
- Mix 2D and 3D support.
|
||||
- Physics support! (Colliders, Rigidbodies, Trigger and Collision events)
|
||||
- Full PlayMaker support.
|
||||
- Initial Tiled Map Editor support.
|
||||
|
||||
Supports Unity 5.3 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 Public Domain sprites from kenney.nl "http://www.kenney.nl/assets"
|
||||
Samples use Free models from Honeti's models "https://www.assetstore.unity3d.com/en/#!/content/18098"
|
||||
8
Assets/IsoTools/Docs/README.txt.meta
Normal file
8
Assets/IsoTools/Docs/README.txt.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9c93ccdeb1aa94ee0b0abcf7bcb0f890
|
||||
timeCreated: 1477131568
|
||||
licenseType: Free
|
||||
TextScriptImporter:
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user