Skip to content

Commit 8c5c794

Browse files
committed
Update the project to Unity 2018.3.0f2 .
1 parent a8d1204 commit 8c5c794

9 files changed

Lines changed: 52 additions & 6 deletions
28 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!1953259897 &8574412962073106934
4+
TerrainLayer:
5+
m_ObjectHideFlags: 0
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_Name: layer_LightmapWithFog(2048.000,2048.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000
10+
m_DiffuseTexture: {fileID: 2800000, guid: 8377171c01a5547358598762f90c022f, type: 3}
11+
m_NormalMapTexture: {fileID: 0}
12+
m_MaskMapTexture: {fileID: 0}
13+
m_TileSize: {x: 2048, y: 2048}
14+
m_TileOffset: {x: 0, y: 0}
15+
m_Specular: {r: 0, g: 0, b: 0, a: 0}
16+
m_Metallic: 0
17+
m_Smoothness: 0
18+
m_NormalScale: 1
19+
m_DiffuseRemapMin: {x: 0, y: 0, z: 0, w: 0}
20+
m_DiffuseRemapMax: {x: 1, y: 1, z: 1, w: 1}
21+
m_MaskMapRemapMin: {x: 0, y: 0, z: 0, w: 0}
22+
m_MaskMapRemapMax: {x: 1, y: 1, z: 1, w: 1}

Assets/Examples/Terrains/layer_LightmapWithFog(2048.000,2048.000)(0.000,0.000)(0.000,0.000,0.000),0.000,0.000.terrainlayer.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/NavMeshComponents/Editor/NavMeshComponentsEditor.asmdef

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
"Editor"
99
],
1010
"excludePlatforms": [],
11-
"allowUnsafeCode": false
11+
"allowUnsafeCode": false,
12+
"overrideReferences": false,
13+
"precompiledReferences": [],
14+
"autoReferenced": true,
15+
"defineConstraints": []
1216
}

Assets/NavMeshComponents/Scripts/NavMeshComponents.asmdef

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
"optionalUnityReferences": [],
55
"includePlatforms": [],
66
"excludePlatforms": [],
7-
"allowUnsafeCode": false
7+
"allowUnsafeCode": false,
8+
"overrideReferences": false,
9+
"precompiledReferences": [],
10+
"autoReferenced": true,
11+
"defineConstraints": []
812
}

Assets/Tests/Editor/NavMeshComponentsTestsEditmode.asmdef

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@
1111
"Editor"
1212
],
1313
"excludePlatforms": [],
14-
"allowUnsafeCode": false
14+
"allowUnsafeCode": false,
15+
"overrideReferences": false,
16+
"precompiledReferences": [],
17+
"autoReferenced": true,
18+
"defineConstraints": []
1519
}

Assets/Tests/NavMeshComponentsTestsPlaymode.asmdef

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
],
99
"includePlatforms": [],
1010
"excludePlatforms": [],
11-
"allowUnsafeCode": false
11+
"allowUnsafeCode": false,
12+
"overrideReferences": false,
13+
"precompiledReferences": [],
14+
"autoReferenced": true,
15+
"defineConstraints": []
1216
}

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"com.unity.package-manager-ui": "2.0.0-preview.7",
3+
"com.unity.package-manager-ui": "2.0.3",
44
"com.unity.modules.ai": "1.0.0",
55
"com.unity.modules.animation": "1.0.0",
66
"com.unity.modules.assetbundle": "1.0.0",

ProjectSettings/ProjectVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m_EditorVersion: 2018.3.0a10
1+
m_EditorVersion: 2018.3.0f2

0 commit comments

Comments
 (0)