Skip to content

Commit

Permalink
Updated Skybox And Added Recorder Feature
Browse files Browse the repository at this point in the history
- Updated skybox for style dev scene
- Added recorder package so we can take in-editor videos and screenshots
  • Loading branch information
ForestSanFilippo committed Oct 2, 2023
1 parent ca3318b commit accb006
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Assets/Scenes/StyleDevScene.meta

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

34 changes: 33 additions & 1 deletion Assets/Scenes/StyleDevScene.unity
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.5238998, g: 0.56999487, b: 0.61284584, a: 1}
m_IndirectSpecularColor: {r: 0.52741534, g: 0.5731873, b: 0.61537695, a: 1}
m_UseRadianceAmbientProbe: 0
--- !u!157 &3
LightmapSettings:
Expand Down Expand Up @@ -11823,6 +11823,37 @@ Transform:
type: 3}
m_PrefabInstance: {fileID: 286283664}
m_PrefabAsset: {fileID: 0}
--- !u!1 &1703222074
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1703222076}
m_Layer: 0
m_Name: SunVisuals
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &1703222076
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1703222074}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 50, y: 50, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!4 &1946032264 stripped
Transform:
m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 9a855b229f9809f4e9b11c6956d0d1dd,
Expand Down Expand Up @@ -11940,3 +11971,4 @@ SceneRoots:
- {fileID: 1189873940}
- {fileID: 496086259}
- {fileID: 1614387509}
- {fileID: 1703222076}
Binary file modified Assets/Textures/Skybox/SkyboxTexture02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Assets/Textures/Skybox/SkyboxTexture02.png.meta

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

1 change: 1 addition & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"com.unity.ide.visualstudio": "2.0.20",
"com.unity.ide.vscode": "1.2.5",
"com.unity.postprocessing": "3.2.2",
"com.unity.recorder": "4.0.1",
"com.unity.render-pipelines.universal": "14.0.8",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
Expand Down
9 changes: 9 additions & 0 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@
},
"url": "https://packages.unity.com"
},
"com.unity.recorder": {
"version": "4.0.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.timeline": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.8",
"depth": 1,
Expand Down

0 comments on commit accb006

Please sign in to comment.