Skip to content

Commit

Permalink
Fix assembly definitions to allow android build
Browse files Browse the repository at this point in the history
  • Loading branch information
bnco committed Jan 26, 2024
1 parent fe24627 commit f769c71
Show file tree
Hide file tree
Showing 24 changed files with 611 additions and 512 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Unity/Assets/Runtime/Prefabs/Network Scene.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3296437958450568961}
serializedVersion: 2
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_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7068762446378101729}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &5397502033434242698
MonoBehaviour:
Expand Down Expand Up @@ -70,13 +70,13 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7068762446051028577}
serializedVersion: 2
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_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7068762446378101729}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &3130174346742382869
MonoBehaviour:
Expand Down Expand Up @@ -117,6 +117,7 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7068762446378101732}
serializedVersion: 2
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}
Expand All @@ -127,7 +128,6 @@ Transform:
- {fileID: 995552508608854795}
- {fileID: 7077963114111146354}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &2260868788067765717
MonoBehaviour:
Expand Down Expand Up @@ -162,7 +162,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
servers:
- {fileID: -7849211376014683480, guid: 1c91df7c43c1dbe4fb0fb303e71a2790, type: 2}
reconnectBehaviour: 2
reconnectBehaviour: 0
--- !u!114 &7068762446378101731
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -217,13 +217,13 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7068762446826474295}
serializedVersion: 2
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_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7068762446378101729}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &6824257153444348250
MonoBehaviour:
Expand Down Expand Up @@ -267,13 +267,13 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9015508115495883622}
serializedVersion: 2
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_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7068762446378101729}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &1919805387
MonoBehaviour:
Expand Down
2 changes: 1 addition & 1 deletion Unity/Assets/Runtime/Scenes.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
],
"includePlatforms": [],
"excludePlatforms": [
"Android",
"Editor",
"iOS",
"LinuxStandalone64",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"GUID:f12aafacab75a87499e7e45c873ffab8"
],
"includePlatforms": [
"Android",
"Editor",
"iOS",
"LinuxStandalone64",
Expand Down
Loading

0 comments on commit f769c71

Please sign in to comment.