Skip to content
Snippets Groups Projects
Commit 27de478c authored by Tobias Schöner's avatar Tobias Schöner
Browse files

fix: SnapZones for Ring and Circle work correctly

parent 3044de99
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,6 @@ MonoBehaviour: ...@@ -96,7 +96,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 405087c38b8537e43bcc99727c5325ec, type: 3} m_Script: {fileID: 11500000, guid: 405087c38b8537e43bcc99727c5325ec, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
midPoint: {x: 0, y: 0, z: 0}
radius: 1 radius: 1
sideCount: 500 sideCount: 500
circleMesh: {fileID: 3164742056485930267} circleMesh: {fileID: 3164742056485930267}
...@@ -239,10 +238,10 @@ MeshCollider: ...@@ -239,10 +238,10 @@ MeshCollider:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6262947649539239553} m_GameObject: {fileID: 6262947649539239553}
m_Material: {fileID: 0} m_Material: {fileID: 0}
m_IsTrigger: 1 m_IsTrigger: 0
m_Enabled: 1 m_Enabled: 1
serializedVersion: 4 serializedVersion: 4
m_Convex: 1 m_Convex: 0
m_CookingOptions: 30 m_CookingOptions: 30
m_Mesh: {fileID: 0} m_Mesh: {fileID: 0}
--- !u!1 &6839596689016440457 --- !u!1 &6839596689016440457
...@@ -254,6 +253,7 @@ GameObject: ...@@ -254,6 +253,7 @@ GameObject:
serializedVersion: 6 serializedVersion: 6
m_Component: m_Component:
- component: {fileID: 3390467403729316765} - component: {fileID: 3390467403729316765}
- component: {fileID: 1812690906255965161}
m_Layer: 15 m_Layer: 15
m_Name: Circle m_Name: Circle
m_TagString: Selectable m_TagString: Selectable
...@@ -277,3 +277,18 @@ Transform: ...@@ -277,3 +277,18 @@ Transform:
m_Father: {fileID: 0} m_Father: {fileID: 0}
m_RootOrder: 0 m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &1812690906255965161
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6839596689016440457}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 405087c38b8537e43bcc99727c5325ec, type: 3}
m_Name:
m_EditorClassIdentifier:
radius: 1
sideCount: 500
circleMesh: {fileID: 7167210412035754299}
...@@ -20,7 +20,7 @@ MonoBehaviour: ...@@ -20,7 +20,7 @@ MonoBehaviour:
ButtonIndx: 1 ButtonIndx: 1
IgnoreLayerMask: IgnoreLayerMask:
serializedVersion: 2 serializedVersion: 2
m_Bits: 24066 m_Bits: 7682
SecondaryLayerMask: SecondaryLayerMask:
serializedVersion: 2 serializedVersion: 2
m_Bits: 0 m_Bits: 0
...@@ -33,6 +33,11 @@ ...@@ -33,6 +33,11 @@
"key": "lightmapping.autoUnwrapLightmapUV", "key": "lightmapping.autoUnwrapLightmapUV",
"value": "{\"m_Value\":true}" "value": "{\"m_Value\":true}"
}, },
{
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "editor.autoRecalculateCollisions",
"value": "{\"m_Value\":false}"
},
{ {
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "experimental.enabled", "key": "experimental.enabled",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment