Skip to content

Commit

Permalink
mobil version - script null ptr bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMartin committed Feb 1, 2024
1 parent dd8d72f commit 6c1d010
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Material:
- _Mode: 0
- _OcclusionStrength: 1
- _Parallax: 0.02
- _Radius: 1
- _Radius: 0
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
Expand Down
27 changes: 22 additions & 5 deletions DoggyMan3D/Assets/Scenes/Game/MainGameManager.unity
Original file line number Diff line number Diff line change
Expand Up @@ -1633,17 +1633,17 @@ PrefabInstance:
- target: {fileID: 8944336655422409503, guid: f6d148d888ffbf54b9afe9936dfaec1f,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
value: 30.757387
objectReference: {fileID: 0}
- target: {fileID: 8944336655422409503, guid: f6d148d888ffbf54b9afe9936dfaec1f,
type: 3}
propertyPath: m_LocalPosition.y
value: 1.0489998
value: -34.965427
objectReference: {fileID: 0}
- target: {fileID: 8944336655422409503, guid: f6d148d888ffbf54b9afe9936dfaec1f,
type: 3}
propertyPath: m_LocalPosition.z
value: -4.3
value: -205.54465
objectReference: {fileID: 0}
- target: {fileID: 8944336655422409503, guid: f6d148d888ffbf54b9afe9936dfaec1f,
type: 3}
Expand Down Expand Up @@ -1732,7 +1732,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
m_IsActive: 1
--- !u!4 &1131904312
Transform:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -2083,6 +2083,18 @@ Transform:
type: 3}
m_PrefabInstance: {fileID: 1686627669}
m_PrefabAsset: {fileID: 0}
--- !u!114 &1686627672 stripped
MonoBehaviour:
m_CorrespondingSourceObject: {fileID: 8688376982632420260, guid: d363a04e145bda04ebcb5162faca0de9,
type: 3}
m_PrefabInstance: {fileID: 1686627669}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1767631772}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 62899f850307741f2a39c98a8b639597, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!1001 &1690062192
PrefabInstance:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -2557,7 +2569,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!4 &1987931667
Transform:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -2763,6 +2775,11 @@ PrefabInstance:
propertyPath: buttonReleaseEvent.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName
value: VirtualDeactivateKey1Input
objectReference: {fileID: 0}
- target: {fileID: 8890774966862588244, guid: 2f7f3dde7ae722a4aafffe20691ad702,
type: 3}
propertyPath: playerInput
value:
objectReference: {fileID: 1686627672}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
Expand Down
4 changes: 2 additions & 2 deletions DoggyMan3D/Assets/Scenes/Menu/Credits.unity
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!4 &104441463
Transform:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -3626,7 +3626,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
m_IsActive: 1
--- !u!4 &1074165034
Transform:
m_ObjectHideFlags: 0
Expand Down
4 changes: 2 additions & 2 deletions DoggyMan3D/Assets/Scenes/Menu/MainMenu.unity
Original file line number Diff line number Diff line change
Expand Up @@ -7318,7 +7318,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
m_IsActive: 1
--- !u!4 &1176861102
Transform:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -12713,7 +12713,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!4 &1981725482
Transform:
m_ObjectHideFlags: 0
Expand Down

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion DoggyMan3D/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ PlayerSettings:
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 0.1
preloadedAssets: []
preloadedAssets:
- {fileID: 11400000, guid: 9e7be553448fa2546aea5752021cbcf7, type: 2}
metroInputSource: 0
wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1
Expand Down

0 comments on commit 6c1d010

Please sign in to comment.