Skip to content

Commit b00d925

Browse files
update physics samples to 1.2.1
1 parent c15ae9a commit b00d925

File tree

1,865 files changed

+1090584
-79433
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,865 files changed

+1090584
-79433
lines changed

PhysicsSamples/Assets/1. Hello World/Subscenes/SphereAndBoxCollidersSubscene.unity

+15-5
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ Transform:
441441
m_PrefabInstance: {fileID: 0}
442442
m_PrefabAsset: {fileID: 0}
443443
m_GameObject: {fileID: 595744515}
444+
serializedVersion: 2
444445
m_LocalRotation: {x: 0, y: 1, z: 0, w: 0}
445446
m_LocalPosition: {x: 0.25, y: 5, z: 0}
446447
m_LocalScale: {x: 1, y: 1, z: 1}
@@ -449,7 +450,6 @@ Transform:
449450
- {fileID: 1124627267}
450451
- {fileID: 558213329}
451452
m_Father: {fileID: 0}
452-
m_RootOrder: 1
453453
m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0}
454454
--- !u!1001 &670284648
455455
PrefabInstance:
@@ -640,7 +640,8 @@ PrefabInstance:
640640
- target: {fileID: 2300000, guid: 2caa94c2700d4354e95168f4cd6c88e0, type: 3}
641641
propertyPath: m_Materials.Array.data[0]
642642
value:
643-
objectReference: {fileID: 2100000, guid: 469ae02a6ec15ab418ae78f229d72ad9, type: 2}
643+
objectReference: {fileID: -876546973899608171, guid: 8dc7dbc71661e446f92b6183222bc66f,
644+
type: 3}
644645
- target: {fileID: 2300000, guid: 2caa94c2700d4354e95168f4cd6c88e0, type: 3}
645646
propertyPath: m_Materials.Array.data[1]
646647
value:
@@ -911,7 +912,8 @@ PrefabInstance:
911912
- target: {fileID: 2300000, guid: 2caa94c2700d4354e95168f4cd6c88e0, type: 3}
912913
propertyPath: m_Materials.Array.data[0]
913914
value:
914-
objectReference: {fileID: 2100000, guid: 469ae02a6ec15ab418ae78f229d72ad9, type: 2}
915+
objectReference: {fileID: -876546973899608171, guid: 8dc7dbc71661e446f92b6183222bc66f,
916+
type: 3}
915917
- target: {fileID: 3300000, guid: 2caa94c2700d4354e95168f4cd6c88e0, type: 3}
916918
propertyPath: m_Mesh
917919
value:
@@ -1028,13 +1030,13 @@ Transform:
10281030
m_PrefabInstance: {fileID: 0}
10291031
m_PrefabAsset: {fileID: 0}
10301032
m_GameObject: {fileID: 1688397174}
1033+
serializedVersion: 2
10311034
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
10321035
m_LocalPosition: {x: 0, y: 0, z: 0}
10331036
m_LocalScale: {x: 1, y: 1, z: 1}
10341037
m_ConstrainProportionsScale: 0
10351038
m_Children: []
10361039
m_Father: {fileID: 0}
1037-
m_RootOrder: 3
10381040
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
10391041
--- !u!4 &2034115798 stripped
10401042
Transform:
@@ -1117,6 +1119,7 @@ Transform:
11171119
m_PrefabInstance: {fileID: 0}
11181120
m_PrefabAsset: {fileID: 0}
11191121
m_GameObject: {fileID: 2067443213}
1122+
serializedVersion: 2
11201123
m_LocalRotation: {x: 0, y: 1, z: 0, w: 0}
11211124
m_LocalPosition: {x: 0, y: 2, z: 0}
11221125
m_LocalScale: {x: 1, y: 1, z: 1}
@@ -1125,7 +1128,6 @@ Transform:
11251128
- {fileID: 2034115798}
11261129
- {fileID: 1310232525}
11271130
m_Father: {fileID: 0}
1128-
m_RootOrder: 2
11291131
m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0}
11301132
--- !u!1001 &2103490620
11311133
PrefabInstance:
@@ -1198,3 +1200,11 @@ GameObject:
11981200
type: 3}
11991201
m_PrefabInstance: {fileID: 2103490620}
12001202
m_PrefabAsset: {fileID: 0}
1203+
--- !u!1660057539 &9223372036854775807
1204+
SceneRoots:
1205+
m_ObjectHideFlags: 0
1206+
m_Roots:
1207+
- {fileID: 670284648}
1208+
- {fileID: 595744517}
1209+
- {fileID: 2067443216}
1210+
- {fileID: 1688397180}

PhysicsSamples/Assets/10. Character Controller.meta

-8
This file was deleted.

PhysicsSamples/Assets/10. Character Controller/BufferInterpolatedCharacterMotion.cs

-36
This file was deleted.

PhysicsSamples/Assets/10. Character Controller/BufferInterpolatedCharacterMotion.cs.meta

-3
This file was deleted.

PhysicsSamples/Assets/10. Character Controller/CameraTargetProxyAuthoring.cs

-33
This file was deleted.

PhysicsSamples/Assets/10. Character Controller/CharacterControllerAuthoring.cs

-145
This file was deleted.

0 commit comments

Comments
 (0)