Skip to content

Commit

Permalink
Fixup missing script, recreate SetupScene
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvinas01 committed Oct 3, 2023
1 parent b6cda84 commit e20552d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RenderSettings:
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 0}
m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1}
m_IndirectSpecularColor: {r: 0.37311953, g: 0.38074014, b: 0.3587274, a: 1}
m_UseRadianceAmbientProbe: 0
--- !u!157 &3
LightmapSettings:
Expand Down Expand Up @@ -394,7 +394,7 @@ GameObject:
- component: {fileID: 917569920}
- component: {fileID: 917569919}
- component: {fileID: 917569918}
- component: {fileID: 917569921}
- component: {fileID: 917569923}
m_Layer: 0
m_Name: LoadingCanvas
m_TagString: Untagged
Expand Down Expand Up @@ -464,21 +464,6 @@ MonoBehaviour:
m_BlockingMask:
serializedVersion: 2
m_Bits: 4294967295
--- !u!114 &917569921
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 917569916}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 05ec980f09104fa3bf35ef905b867688, type: 3}
m_Name:
m_EditorClassIdentifier:
sceneController: {fileID: 2001994564}
loadingStateText: {fileID: 693496255}
loadingPercentageText: {fileID: 2094254131}
--- !u!223 &917569922
Canvas:
m_ObjectHideFlags: 0
Expand All @@ -502,6 +487,21 @@ Canvas:
m_SortingLayerID: 0
m_SortingOrder: 100
m_TargetDisplay: 0
--- !u!114 &917569923
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 917569916}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f18139903c2c7624bb90ebd6a3f86396, type: 3}
m_Name:
m_EditorClassIdentifier:
sceneController: {fileID: 2001994564}
loadingStateText: {fileID: 693496255}
loadingPercentageText: {fileID: 2094254131}
--- !u!1 &963194225
GameObject:
m_ObjectHideFlags: 0
Expand Down

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 @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d764409e2a2347eba48b0c2f5e79885f, type: 3}
m_Name: SetupScriptableScene
m_EditorClassIdentifier:
sceneAsset: {fileID: 102900000, guid: 9fc0d4010bbf28b4594072e72b8655ab, type: 3}
sceneAsset: {fileID: 102900000, guid: c00e09803251a2a46b3967ae9f563e58, type: 3}
scenePath: Packages/com.chark.scriptable-scenes/Samples/MultipleScenes/Scenes/SetupScene.unity
prettyName: Setup Scene
isActivate: 1
Expand Down
4 changes: 2 additions & 2 deletions Packages/com.chark.scriptable-scenes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"samples": [
{
"displayName": "Defaults",
"description": "Sample which can be used as a starting point for this package.\n\nMake sure to update Build Settings with the following Scenes In Build:\n • SetupScene (0)\n • PlayScene (1)",
"description": "Sample which can be used as a starting point for this package.\n\nMake sure to update Build Settings with the following Scenes:\n • SetupScene (0)\n • PlayScene (1)",
"path": "Samples~/Defaults"
},
{
"displayName": "Multiple Scenes",
"description": "Complete sample which demonstrates on how to prepare multiple Collections with a loading Screen.\n\nMake sure to update Build Settings with the following Scenes In Build:\n • SetupScene (0)\n • MenuScene (1)\n • PlayScene (2)",
"description": "Complete sample which demonstrates on how to prepare multiple Collections with a loading Screen.\n\nMake sure to update Build Settings with the following Scenes:\n • SetupScene (0)\n • MenuScene (1)\n • PlayScene (2)",
"path": "Samples~/MultipleScenes"
}
]
Expand Down

0 comments on commit e20552d

Please sign in to comment.