update readme, changelog and remove old scenes

This commit is contained in:
2017-02-18 01:35:12 +07:00
parent b407ff13de
commit 736891754b
14 changed files with 2913 additions and 6537 deletions

View File

@@ -0,0 +1,80 @@
###### Version 3.0.0
* Fix Unity 5.5 warning
* IsoPhysics to Addons/Physics
* New top-down isometric sample
* Custom snapping distance
* Improvements sorting algorithm
* Multiple isometric worlds in one scene
* **Temporarily** removed TiledMap support
###### 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.

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: 791584dcfc13145ff8d4699ad898a7f1
timeCreated: 1477147799
guid: 0e89bc558fe7d404492ffd9fd9c5a04c
timeCreated: 1487354125
licenseType: Free
DefaultImporter:
userData:

View File

@@ -1,105 +0,0 @@
-------------------
-- Version X.X.X --
-------------------
Fix 5.4 warning
IsoPhysics to Addons/Physics
Improvements sorting algorithm
Multiple isometric worlds in one scene
-------------------
-- 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.

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: d4cc34ccbf7134f23948b9d367aba725
timeCreated: 1477131568
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,31 @@
##### 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)
* [Site](http://matov.me/isometric-toolset)
* [Forum](http://forum.unity3d.com/threads/released-isometric-2-5d-toolset.291418)
* [Web demo](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.
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 (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://www.assetstore.unity3d.com/en/#!/content/18098)

View File

@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: 345a2a95ba27849d9911b3d25b47eb5a
timeCreated: 1477147799
guid: 46a2a91dd01fa4f928f22a025254e5f5
timeCreated: 1487354125
licenseType: Free
DefaultImporter:
userData:

View File

@@ -1,33 +0,0 @@
----------------------------
-- 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 (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://www.assetstore.unity3d.com/en/#!/content/18098"

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 9c93ccdeb1aa94ee0b0abcf7bcb0f890
timeCreated: 1477131568
licenseType: Free
TextScriptImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -145,7 +145,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalPosition.z
value: 4.399998
value: 6.3999968
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalRotation.x
@@ -211,7 +211,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2}
propertyPath: m_LocalPosition.z
value: 3.4999988
value: 4.4999986
objectReference: {fileID: 0}
- target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2}
propertyPath: m_LocalRotation.x
@@ -277,7 +277,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 414844, guid: 04fdbaa6703674aa59a45e7b9fa9fff6, type: 2}
propertyPath: m_LocalPosition.z
value: 2.8999994
value: 2.2
objectReference: {fileID: 0}
- target: {fileID: 414844, guid: 04fdbaa6703674aa59a45e7b9fa9fff6, type: 2}
propertyPath: m_LocalRotation.x
@@ -339,7 +339,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalPosition.z
value: 3.299999
value: 4.199999
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalRotation.x
@@ -401,7 +401,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 410592, guid: a0ba843d4881149c5bb673dd40bb062b, type: 2}
propertyPath: m_LocalPosition.z
value: 1.4000001
value: 1.2
objectReference: {fileID: 0}
- target: {fileID: 410592, guid: a0ba843d4881149c5bb673dd40bb062b, type: 2}
propertyPath: m_LocalRotation.x
@@ -507,7 +507,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 432598, guid: 894bb30aabbe64b798044bee8428bc13, type: 2}
propertyPath: m_LocalPosition.z
value: 6.599996
value: 9.199999
objectReference: {fileID: 0}
- target: {fileID: 432598, guid: 894bb30aabbe64b798044bee8428bc13, type: 2}
propertyPath: m_LocalRotation.x
@@ -569,7 +569,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2}
propertyPath: m_LocalPosition.z
value: 3.6999986
value: 6.299997
objectReference: {fileID: 0}
- target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2}
propertyPath: m_LocalRotation.x
@@ -635,7 +635,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 423784, guid: c661fecd10ab043299884339c3ee62c5, type: 2}
propertyPath: m_LocalPosition.z
value: 5.599997
value: 4.3999987
objectReference: {fileID: 0}
- target: {fileID: 423784, guid: c661fecd10ab043299884339c3ee62c5, type: 2}
propertyPath: m_LocalRotation.x
@@ -697,7 +697,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalPosition.z
value: 6.0999966
value: 8.799997
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalRotation.x
@@ -763,7 +763,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 414844, guid: 04fdbaa6703674aa59a45e7b9fa9fff6, type: 2}
propertyPath: m_LocalPosition.z
value: 3.199999
value: 3.699999
objectReference: {fileID: 0}
- target: {fileID: 414844, guid: 04fdbaa6703674aa59a45e7b9fa9fff6, type: 2}
propertyPath: m_LocalRotation.x
@@ -829,7 +829,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalPosition.z
value: 1.3000001
value: 1.4000001
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalRotation.x
@@ -895,7 +895,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalPosition.z
value: 5.499997
value: 4.2999988
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalRotation.x
@@ -957,7 +957,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalPosition.z
value: 4.0999985
value: 7.8999953
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalRotation.x
@@ -1023,7 +1023,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2}
propertyPath: m_LocalPosition.z
value: 4.499998
value: 6.4999967
objectReference: {fileID: 0}
- target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2}
propertyPath: m_LocalRotation.x
@@ -1085,7 +1085,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2}
propertyPath: m_LocalPosition.z
value: 5.1999974
value: 8.099996
objectReference: {fileID: 0}
- target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2}
propertyPath: m_LocalRotation.x
@@ -1165,9 +1165,12 @@ MonoBehaviour:
_startDepth: 1
_showIsoBounds: 0
_showScreenBounds: 0
_showDepends: 0
_snapByCells: 1
_snapByObjects: 1
_sortInSceneView: 1
_snappingDistance: 0.2
_showDepends: 0
_showQuadTree: 0
--- !u!4 &524083599
Transform:
m_ObjectHideFlags: 0
@@ -1204,7 +1207,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2}
propertyPath: m_LocalPosition.z
value: 4.8999977
value: 5.5999975
objectReference: {fileID: 0}
- target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2}
propertyPath: m_LocalRotation.x
@@ -1361,7 +1364,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2}
propertyPath: m_LocalPosition.z
value: 1.2
value: 1.1
objectReference: {fileID: 0}
- target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2}
propertyPath: m_LocalRotation.x
@@ -1423,7 +1426,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalPosition.z
value: 2.6999996
value: 3.899999
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalRotation.x
@@ -1485,7 +1488,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalPosition.z
value: 2.4999998
value: 3.9999988
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalRotation.x
@@ -1551,7 +1554,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2}
propertyPath: m_LocalPosition.z
value: 4.9999976
value: 7.099996
objectReference: {fileID: 0}
- target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2}
propertyPath: m_LocalRotation.x
@@ -1617,7 +1620,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 414844, guid: 04fdbaa6703674aa59a45e7b9fa9fff6, type: 2}
propertyPath: m_LocalPosition.z
value: 6.2999964
value: 6.199997
objectReference: {fileID: 0}
- target: {fileID: 414844, guid: 04fdbaa6703674aa59a45e7b9fa9fff6, type: 2}
propertyPath: m_LocalRotation.x
@@ -1749,7 +1752,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalPosition.z
value: 5.699997
value: 5.7999973
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalRotation.x
@@ -1815,7 +1818,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalPosition.z
value: 6.1999965
value: 8.899998
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalRotation.x
@@ -1917,7 +1920,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 491914, guid: a31c6c4f5c7a34524b7fba25b8913970, type: 2}
propertyPath: m_LocalPosition.z
value: 4.699998
value: 5.199998
objectReference: {fileID: 0}
- target: {fileID: 491914, guid: a31c6c4f5c7a34524b7fba25b8913970, type: 2}
propertyPath: m_LocalRotation.x
@@ -1979,7 +1982,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2}
propertyPath: m_LocalPosition.z
value: 4.2999983
value: 5.099998
objectReference: {fileID: 0}
- target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2}
propertyPath: m_LocalRotation.x
@@ -2041,7 +2044,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalPosition.z
value: 5.799997
value: 5.899997
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalRotation.x
@@ -2103,7 +2106,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 432598, guid: 894bb30aabbe64b798044bee8428bc13, type: 2}
propertyPath: m_LocalPosition.z
value: 2.7999995
value: 5.999997
objectReference: {fileID: 0}
- target: {fileID: 432598, guid: 894bb30aabbe64b798044bee8428bc13, type: 2}
propertyPath: m_LocalRotation.x
@@ -2232,7 +2235,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2}
propertyPath: m_LocalPosition.z
value: 3.7999985
value: 7.4999957
objectReference: {fileID: 0}
- target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2}
propertyPath: m_LocalRotation.x
@@ -2298,7 +2301,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 448996, guid: 6b1a35db98b93441a95be70a9ce3a621, type: 2}
propertyPath: m_LocalPosition.z
value: 3.5999987
value: 4.899998
objectReference: {fileID: 0}
- target: {fileID: 448996, guid: 6b1a35db98b93441a95be70a9ce3a621, type: 2}
propertyPath: m_LocalRotation.x
@@ -2360,7 +2363,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 414844, guid: 04fdbaa6703674aa59a45e7b9fa9fff6, type: 2}
propertyPath: m_LocalPosition.z
value: 2.9999993
value: 2.3
objectReference: {fileID: 0}
- target: {fileID: 414844, guid: 04fdbaa6703674aa59a45e7b9fa9fff6, type: 2}
propertyPath: m_LocalRotation.x
@@ -2426,7 +2429,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 442828, guid: b8db6246266d74904b7ba9e26a570589, type: 2}
propertyPath: m_LocalPosition.z
value: 2.2
value: 2.8999996
objectReference: {fileID: 0}
- target: {fileID: 442828, guid: b8db6246266d74904b7ba9e26a570589, type: 2}
propertyPath: m_LocalRotation.x
@@ -2492,7 +2495,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalPosition.z
value: 2.5999997
value: 3.799999
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalRotation.x
@@ -2558,7 +2561,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalPosition.z
value: 3.8999984
value: 7.5999956
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalRotation.x
@@ -2682,7 +2685,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalPosition.z
value: 2.3999999
value: 4.099999
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalRotation.x
@@ -2748,7 +2751,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalPosition.z
value: 4.799998
value: 6.6999965
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalRotation.x
@@ -2810,7 +2813,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 436534, guid: bb561b407d37d485387b665a832a6f5e, type: 2}
propertyPath: m_LocalPosition.z
value: 6.3999963
value: 8.999998
objectReference: {fileID: 0}
- target: {fileID: 436534, guid: bb561b407d37d485387b665a832a6f5e, type: 2}
propertyPath: m_LocalRotation.x
@@ -2868,7 +2871,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 410592, guid: a0ba843d4881149c5bb673dd40bb062b, type: 2}
propertyPath: m_LocalPosition.z
value: 1.8000002
value: 1.7000002
objectReference: {fileID: 0}
- target: {fileID: 410592, guid: a0ba843d4881149c5bb673dd40bb062b, type: 2}
propertyPath: m_LocalRotation.x
@@ -2930,7 +2933,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2}
propertyPath: m_LocalPosition.z
value: 5.0999975
value: 7.7999954
objectReference: {fileID: 0}
- target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2}
propertyPath: m_LocalRotation.x
@@ -2992,7 +2995,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2}
propertyPath: m_LocalPosition.z
value: 1.1
value: 1.3000001
objectReference: {fileID: 0}
- target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2}
propertyPath: m_LocalRotation.x
@@ -3054,7 +3057,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 432598, guid: 894bb30aabbe64b798044bee8428bc13, type: 2}
propertyPath: m_LocalPosition.z
value: 6.499996
value: 9.099998
objectReference: {fileID: 0}
- target: {fileID: 432598, guid: 894bb30aabbe64b798044bee8428bc13, type: 2}
propertyPath: m_LocalRotation.x
@@ -3112,7 +3115,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 442828, guid: b8db6246266d74904b7ba9e26a570589, type: 2}
propertyPath: m_LocalPosition.z
value: 2.3
value: 3.4999995
objectReference: {fileID: 0}
- target: {fileID: 442828, guid: b8db6246266d74904b7ba9e26a570589, type: 2}
propertyPath: m_LocalRotation.x
@@ -3174,7 +3177,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 423784, guid: c661fecd10ab043299884339c3ee62c5, type: 2}
propertyPath: m_LocalPosition.z
value: 3.0999992
value: 2.3999999
objectReference: {fileID: 0}
- target: {fileID: 423784, guid: c661fecd10ab043299884339c3ee62c5, type: 2}
propertyPath: m_LocalRotation.x
@@ -3232,7 +3235,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2}
propertyPath: m_LocalPosition.z
value: 5.9999967
value: 8.599997
objectReference: {fileID: 0}
- target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2}
propertyPath: m_LocalRotation.x
@@ -3385,7 +3388,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2}
propertyPath: m_LocalPosition.z
value: 4.599998
value: 6.5999966
objectReference: {fileID: 0}
- target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2}
propertyPath: m_LocalRotation.x
@@ -3513,6 +3516,14 @@ Prefab:
propertyPath: m_Camera
value:
objectReference: {fileID: 1768303659}
- target: {fileID: 11477906, guid: f34dc3b1e71a94249ad50db729f01df0, type: 2}
propertyPath: PrevSceneName
value: Scene09
objectReference: {fileID: 0}
- target: {fileID: 11477906, guid: f34dc3b1e71a94249ad50db729f01df0, type: 2}
propertyPath: NextSceneName
value: Scene01
objectReference: {fileID: 0}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 100100000, guid: f34dc3b1e71a94249ad50db729f01df0, type: 2}
m_IsPrefabParent: 0
@@ -3533,7 +3544,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalPosition.z
value: 5.399997
value: 7.299996
objectReference: {fileID: 0}
- target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2}
propertyPath: m_LocalRotation.x
@@ -3599,7 +3610,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalPosition.z
value: 5.8999968
value: 7.399996
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalRotation.x
@@ -3661,7 +3672,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalPosition.z
value: 5.2999973
value: 8.199996
objectReference: {fileID: 0}
- target: {fileID: 417898, guid: 434e7ad177e254961b75f8d87241b959, type: 2}
propertyPath: m_LocalRotation.x
@@ -3723,7 +3734,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 410592, guid: a0ba843d4881149c5bb673dd40bb062b, type: 2}
propertyPath: m_LocalPosition.z
value: 1.9000002
value: 1.8000002
objectReference: {fileID: 0}
- target: {fileID: 410592, guid: a0ba843d4881149c5bb673dd40bb062b, type: 2}
propertyPath: m_LocalRotation.x
@@ -3785,7 +3796,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2}
propertyPath: m_LocalPosition.z
value: 1.7000002
value: 1.6000001
objectReference: {fileID: 0}
- target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2}
propertyPath: m_LocalRotation.x
@@ -3851,7 +3862,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2}
propertyPath: m_LocalPosition.z
value: 3.9999983
value: 7.6999955
objectReference: {fileID: 0}
- target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2}
propertyPath: m_LocalRotation.x
@@ -3971,7 +3982,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2}
propertyPath: m_LocalPosition.z
value: 4.1999984
value: 7.999995
objectReference: {fileID: 0}
- target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2}
propertyPath: m_LocalRotation.x
@@ -4033,7 +4044,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 491914, guid: a31c6c4f5c7a34524b7fba25b8913970, type: 2}
propertyPath: m_LocalPosition.z
value: 1.6000001
value: 1.9000002
objectReference: {fileID: 0}
- target: {fileID: 491914, guid: a31c6c4f5c7a34524b7fba25b8913970, type: 2}
propertyPath: m_LocalRotation.x
@@ -4095,7 +4106,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 484502, guid: d5f51d0853f114c13906cd4c7f8e8663, type: 2}
propertyPath: m_LocalPosition.z
value: 3.399999
value: 6.099997
objectReference: {fileID: 0}
- target: {fileID: 484502, guid: d5f51d0853f114c13906cd4c7f8e8663, type: 2}
propertyPath: m_LocalRotation.x

View File

@@ -170,7 +170,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: f7086f5f2fa5345cf9602f22f4a32b23, type: 2}
propertyPath: m_LocalPosition.z
value: 5.2999973
value: 5.8999968
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: f7086f5f2fa5345cf9602f22f4a32b23, type: 2}
propertyPath: m_LocalRotation.x
@@ -232,7 +232,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 769ed2739d48d46feb1c749f258dbf2b, type: 2}
propertyPath: m_LocalPosition.z
value: 1.8000002
value: 3.199999
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 769ed2739d48d46feb1c749f258dbf2b, type: 2}
propertyPath: m_LocalRotation.x
@@ -290,7 +290,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 185575a05f87743c0b2ddb83dd39c6cd, type: 2}
propertyPath: m_LocalPosition.z
value: 2.0000002
value: 3.4999988
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 185575a05f87743c0b2ddb83dd39c6cd, type: 2}
propertyPath: m_LocalRotation.x
@@ -348,7 +348,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 769ed2739d48d46feb1c749f258dbf2b, type: 2}
propertyPath: m_LocalPosition.z
value: 3.0999992
value: 3.5999987
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 769ed2739d48d46feb1c749f258dbf2b, type: 2}
propertyPath: m_LocalRotation.x
@@ -472,7 +472,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e9de2467e67ef4208ad11547ff29c437, type: 2}
propertyPath: m_LocalPosition.z
value: 1.3000001
value: 1.6000001
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e9de2467e67ef4208ad11547ff29c437, type: 2}
propertyPath: m_LocalRotation.x
@@ -530,7 +530,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: a3dc20a6a722049a2bfb55915826560c, type: 2}
propertyPath: m_LocalPosition.z
value: 3.6999986
value: 3.7999985
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: a3dc20a6a722049a2bfb55915826560c, type: 2}
propertyPath: m_LocalRotation.x
@@ -592,7 +592,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 497504, guid: 12dff9074d97d46539100e7519829982, type: 2}
propertyPath: m_LocalPosition.z
value: 1.9000002
value: 3.399999
objectReference: {fileID: 0}
- target: {fileID: 497504, guid: 12dff9074d97d46539100e7519829982, type: 2}
propertyPath: m_LocalRotation.x
@@ -646,7 +646,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 185575a05f87743c0b2ddb83dd39c6cd, type: 2}
propertyPath: m_LocalPosition.z
value: 4.499998
value: 4.699998
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 185575a05f87743c0b2ddb83dd39c6cd, type: 2}
propertyPath: m_LocalRotation.x
@@ -708,7 +708,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: a3dc20a6a722049a2bfb55915826560c, type: 2}
propertyPath: m_LocalPosition.z
value: 4.8999977
value: 5.499997
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: a3dc20a6a722049a2bfb55915826560c, type: 2}
propertyPath: m_LocalRotation.x
@@ -770,7 +770,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e6871238817e3482682fb3114d97dd78, type: 2}
propertyPath: m_LocalPosition.z
value: 3.399999
value: 4.8999977
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e6871238817e3482682fb3114d97dd78, type: 2}
propertyPath: m_LocalRotation.x
@@ -832,7 +832,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 9a179e96f48884ecb9d10a8e628efade, type: 2}
propertyPath: m_LocalPosition.z
value: 5.1999974
value: 5.799997
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 9a179e96f48884ecb9d10a8e628efade, type: 2}
propertyPath: m_LocalRotation.x
@@ -1014,7 +1014,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 9a179e96f48884ecb9d10a8e628efade, type: 2}
propertyPath: m_LocalPosition.z
value: 4.599998
value: 4.799998
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 9a179e96f48884ecb9d10a8e628efade, type: 2}
propertyPath: m_LocalRotation.x
@@ -1076,7 +1076,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: a3dc20a6a722049a2bfb55915826560c, type: 2}
propertyPath: m_LocalPosition.z
value: 3.199999
value: 3.6999986
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: a3dc20a6a722049a2bfb55915826560c, type: 2}
propertyPath: m_LocalRotation.x
@@ -1142,7 +1142,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 497504, guid: e3c834c17dfd944639fc2281bba425ba, type: 2}
propertyPath: m_LocalPosition.z
value: 2.0000002
value: 1.3000001
objectReference: {fileID: 0}
- target: {fileID: 497504, guid: e3c834c17dfd944639fc2281bba425ba, type: 2}
propertyPath: m_LocalRotation.x
@@ -1283,7 +1283,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 497504, guid: 51bec0cba1121475980e3e1873fe5de6, type: 2}
propertyPath: m_LocalPosition.z
value: 2.7999995
value: 2.3
objectReference: {fileID: 0}
- target: {fileID: 497504, guid: 51bec0cba1121475980e3e1873fe5de6, type: 2}
propertyPath: m_LocalRotation.x
@@ -1337,7 +1337,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: d7a494a92412f4b1bb6cc6b11f88b1a4, type: 2}
propertyPath: m_LocalPosition.z
value: 1.9000002
value: 1.2
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: d7a494a92412f4b1bb6cc6b11f88b1a4, type: 2}
propertyPath: m_LocalRotation.x
@@ -1395,7 +1395,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 769ed2739d48d46feb1c749f258dbf2b, type: 2}
propertyPath: m_LocalPosition.z
value: 3.9999983
value: 4.1999984
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 769ed2739d48d46feb1c749f258dbf2b, type: 2}
propertyPath: m_LocalRotation.x
@@ -1457,7 +1457,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: f7086f5f2fa5345cf9602f22f4a32b23, type: 2}
propertyPath: m_LocalPosition.z
value: 4.399998
value: 4.599998
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: f7086f5f2fa5345cf9602f22f4a32b23, type: 2}
propertyPath: m_LocalRotation.x
@@ -1519,7 +1519,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e9de2467e67ef4208ad11547ff29c437, type: 2}
propertyPath: m_LocalPosition.z
value: 3.299999
value: 5.0999975
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e9de2467e67ef4208ad11547ff29c437, type: 2}
propertyPath: m_LocalRotation.x
@@ -1564,80 +1564,6 @@ Prefab:
Transform:
m_PrefabParentObject: {fileID: 451872, guid: e9de2467e67ef4208ad11547ff29c437, type: 2}
m_PrefabInternal: {fileID: 731168560}
--- !u!1 &750092082
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
serializedVersion: 5
m_Component:
- component: {fileID: 750092083}
- component: {fileID: 750092085}
- component: {fileID: 750092084}
m_Layer: 5
m_Name: Text
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &750092083
RectTransform:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 750092082}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 1039974700}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 0, y: -30}
m_SizeDelta: {x: 600, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &750092084
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 750092082}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_FontData:
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
m_FontSize: 26
m_FontStyle: 0
m_BestFit: 0
m_MinSize: 2
m_MaxSize: 40
m_Alignment: 4
m_AlignByGeometry: 0
m_RichText: 1
m_HorizontalOverflow: 0
m_VerticalOverflow: 0
m_LineSpacing: 1
m_Text: Use Arrow Keys for movement
--- !u!222 &750092085
CanvasRenderer:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 750092082}
--- !u!1001 &792555889
Prefab:
m_ObjectHideFlags: 0
@@ -1655,7 +1581,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: 640e6478874d24de688c90a1243801ef, type: 2}
propertyPath: m_LocalPosition.z
value: 4.0999985
value: 4.399998
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: 640e6478874d24de688c90a1243801ef, type: 2}
propertyPath: m_LocalRotation.x
@@ -1721,7 +1647,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 9a179e96f48884ecb9d10a8e628efade, type: 2}
propertyPath: m_LocalPosition.z
value: 4.799998
value: 5.399997
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 9a179e96f48884ecb9d10a8e628efade, type: 2}
propertyPath: m_LocalRotation.x
@@ -1783,7 +1709,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: d6b76a9d6083e4b1484530cad2dc1ce3, type: 2}
propertyPath: m_LocalPosition.z
value: 3.4999988
value: 3.0999992
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: d6b76a9d6083e4b1484530cad2dc1ce3, type: 2}
propertyPath: m_LocalRotation.x
@@ -1845,7 +1771,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: f7086f5f2fa5345cf9602f22f4a32b23, type: 2}
propertyPath: m_LocalPosition.z
value: 1.6000001
value: 2.1000001
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: f7086f5f2fa5345cf9602f22f4a32b23, type: 2}
propertyPath: m_LocalRotation.x
@@ -2095,24 +2021,19 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 22453176, guid: f34dc3b1e71a94249ad50db729f01df0, type: 2}
propertyPath: m_RootOrder
value: 3
value: 2
objectReference: {fileID: 0}
- target: {fileID: 22430132, guid: f34dc3b1e71a94249ad50db729f01df0, type: 2}
propertyPath: m_RootOrder
value: 2
value: 1
objectReference: {fileID: 0}
- target: {fileID: 436798, guid: f34dc3b1e71a94249ad50db729f01df0, type: 2}
propertyPath: m_RootOrder
value: 1
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 100100000, guid: f34dc3b1e71a94249ad50db729f01df0, type: 2}
m_IsPrefabParent: 0
--- !u!224 &1039974700 stripped
RectTransform:
m_PrefabParentObject: {fileID: 22428650, guid: f34dc3b1e71a94249ad50db729f01df0,
type: 2}
m_PrefabInternal: {fileID: 1039974699}
--- !u!1001 &1165638624
Prefab:
m_ObjectHideFlags: 0
@@ -2130,7 +2051,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 497504, guid: b6f2e9ae030ed4206b4ecef7d90104b7, type: 2}
propertyPath: m_LocalPosition.z
value: 5.399997
value: 5.9999967
objectReference: {fileID: 0}
- target: {fileID: 497504, guid: b6f2e9ae030ed4206b4ecef7d90104b7, type: 2}
propertyPath: m_LocalRotation.x
@@ -2214,7 +2135,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 769ed2739d48d46feb1c749f258dbf2b, type: 2}
propertyPath: m_LocalPosition.z
value: 4.9999976
value: 5.599997
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 769ed2739d48d46feb1c749f258dbf2b, type: 2}
propertyPath: m_LocalRotation.x
@@ -2392,7 +2313,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e6871238817e3482682fb3114d97dd78, type: 2}
propertyPath: m_LocalPosition.z
value: 1.2
value: 1.5000001
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e6871238817e3482682fb3114d97dd78, type: 2}
propertyPath: m_LocalRotation.x
@@ -2454,7 +2375,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: f7086f5f2fa5345cf9602f22f4a32b23, type: 2}
propertyPath: m_LocalPosition.z
value: 3.399999
value: 5.1999974
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: f7086f5f2fa5345cf9602f22f4a32b23, type: 2}
propertyPath: m_LocalRotation.x
@@ -2516,7 +2437,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 9a179e96f48884ecb9d10a8e628efade, type: 2}
propertyPath: m_LocalPosition.z
value: 2.1000001
value: 1.4000001
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 9a179e96f48884ecb9d10a8e628efade, type: 2}
propertyPath: m_LocalRotation.x
@@ -2582,7 +2503,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: f7086f5f2fa5345cf9602f22f4a32b23, type: 2}
propertyPath: m_LocalPosition.z
value: 2.3
value: 3.299999
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: f7086f5f2fa5345cf9602f22f4a32b23, type: 2}
propertyPath: m_LocalRotation.x
@@ -2644,7 +2565,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: f7086f5f2fa5345cf9602f22f4a32b23, type: 2}
propertyPath: m_LocalPosition.z
value: 3.8999984
value: 3.9999983
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: f7086f5f2fa5345cf9602f22f4a32b23, type: 2}
propertyPath: m_LocalRotation.x
@@ -2710,7 +2631,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e9de2467e67ef4208ad11547ff29c437, type: 2}
propertyPath: m_LocalPosition.z
value: 4.2999983
value: 4.499998
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e9de2467e67ef4208ad11547ff29c437, type: 2}
propertyPath: m_LocalRotation.x
@@ -2772,7 +2693,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e6871238817e3482682fb3114d97dd78, type: 2}
propertyPath: m_LocalPosition.z
value: 4.699998
value: 5.2999973
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e6871238817e3482682fb3114d97dd78, type: 2}
propertyPath: m_LocalRotation.x
@@ -2834,7 +2755,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e6871238817e3482682fb3114d97dd78, type: 2}
propertyPath: m_LocalPosition.z
value: 1.4000001
value: 1.7000002
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: e6871238817e3482682fb3114d97dd78, type: 2}
propertyPath: m_LocalRotation.x
@@ -2954,7 +2875,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 497504, guid: dbba12c63e5d241959148956d0b0d009, type: 2}
propertyPath: m_LocalPosition.z
value: 1.5000001
value: 1.9000002
objectReference: {fileID: 0}
- target: {fileID: 497504, guid: dbba12c63e5d241959148956d0b0d009, type: 2}
propertyPath: m_LocalRotation.x
@@ -3008,7 +2929,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: fd741c30ca5f24706b38418ee4bac3c8, type: 2}
propertyPath: m_LocalPosition.z
value: 1.7000002
value: 2.8999994
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: fd741c30ca5f24706b38418ee4bac3c8, type: 2}
propertyPath: m_LocalRotation.x
@@ -3084,9 +3005,12 @@ MonoBehaviour:
_startDepth: 1
_showIsoBounds: 0
_showScreenBounds: 0
_showDepends: 0
_snapByCells: 1
_snapByObjects: 1
_sortInSceneView: 1
_snappingDistance: 0.2
_showDepends: 0
_showQuadTree: 0
--- !u!4 &1877060408
Transform:
m_ObjectHideFlags: 0
@@ -3118,7 +3042,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: a3dc20a6a722049a2bfb55915826560c, type: 2}
propertyPath: m_LocalPosition.z
value: 4.1999984
value: 4.2999983
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: a3dc20a6a722049a2bfb55915826560c, type: 2}
propertyPath: m_LocalRotation.x
@@ -3180,7 +3104,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 9a179e96f48884ecb9d10a8e628efade, type: 2}
propertyPath: m_LocalPosition.z
value: 3.7999985
value: 3.8999984
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 9a179e96f48884ecb9d10a8e628efade, type: 2}
propertyPath: m_LocalRotation.x
@@ -3242,7 +3166,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: 014b3a2f04fb14594ad46a80560f8dec, type: 2}
propertyPath: m_LocalPosition.z
value: 3.5999987
value: 4.0999985
objectReference: {fileID: 0}
- target: {fileID: 451872, guid: 014b3a2f04fb14594ad46a80560f8dec, type: 2}
propertyPath: m_LocalRotation.x
@@ -3300,7 +3224,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 185575a05f87743c0b2ddb83dd39c6cd, type: 2}
propertyPath: m_LocalPosition.z
value: 3.6999986
value: 4.9999976
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 185575a05f87743c0b2ddb83dd39c6cd, type: 2}
propertyPath: m_LocalRotation.x
@@ -3362,7 +3286,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 9a179e96f48884ecb9d10a8e628efade, type: 2}
propertyPath: m_LocalPosition.z
value: 2.8999994
value: 2.7999995
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 9a179e96f48884ecb9d10a8e628efade, type: 2}
propertyPath: m_LocalRotation.x
@@ -3420,7 +3344,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 185575a05f87743c0b2ddb83dd39c6cd, type: 2}
propertyPath: m_LocalPosition.z
value: 5.499997
value: 6.0999966
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 185575a05f87743c0b2ddb83dd39c6cd, type: 2}
propertyPath: m_LocalRotation.x
@@ -3482,7 +3406,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 408900, guid: bf0fd1edaa6b14568930b3541b5b695d, type: 2}
propertyPath: m_LocalPosition.z
value: 5.0999975
value: 5.699997
objectReference: {fileID: 0}
- target: {fileID: 408900, guid: bf0fd1edaa6b14568930b3541b5b695d, type: 2}
propertyPath: m_LocalRotation.x
@@ -3540,7 +3464,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 185575a05f87743c0b2ddb83dd39c6cd, type: 2}
propertyPath: m_LocalPosition.z
value: 1.6000001
value: 2.0000002
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 185575a05f87743c0b2ddb83dd39c6cd, type: 2}
propertyPath: m_LocalRotation.x
@@ -3660,7 +3584,7 @@ Prefab:
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 769ed2739d48d46feb1c749f258dbf2b, type: 2}
propertyPath: m_LocalPosition.z
value: 1.5000001
value: 1.8000002
objectReference: {fileID: 0}
- target: {fileID: 417424, guid: 769ed2739d48d46feb1c749f258dbf2b, type: 2}
propertyPath: m_LocalRotation.x

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 16009d6e898024dfe847dce280dd9dcb
guid: 791584dcfc13145ff8d4699ad898a7f1
timeCreated: 1477147799
licenseType: Free
DefaultImporter:

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff