Skip to content

Commit 061d3a9

Browse files
authored
[scenes] Fix all Unity examples to be left handed and remove warnings (#158)
* backup changes in unity scenes * [scenes] Fix examples to be left handed * [scenes] Fix some camera in examples
1 parent 0ac19e8 commit 061d3a9

9 files changed

Lines changed: 25078 additions & 25848 deletions

Core/Resources/ReflectSurface.renderTexture

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ RenderTexture:
1010
m_ImageContentsHash:
1111
serializedVersion: 2
1212
Hash: 00000000000000000000000000000000
13-
m_ForcedFallbackFormat: 4
14-
m_DownscaleFallback: 0
1513
m_IsAlphaChannelOptional: 0
16-
serializedVersion: 5
14+
serializedVersion: 6
1715
m_Width: 1024
1816
m_Height: 1024
1917
m_AntiAliasing: 8
@@ -24,6 +22,7 @@ RenderTexture:
2422
m_GenerateMips: 1
2523
m_SRGB: 0
2624
m_UseDynamicScale: 0
25+
m_UseDynamicScaleExplicit: 0
2726
m_BindMS: 0
2827
m_EnableCompatibleFormat: 1
2928
m_EnableRandomWrite: 0

Scenes/Demos/Endoscopy/BeamAdapter/Material/Textures/BeamEndoscopeTexture.renderTexture

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ RenderTexture:
1010
m_ImageContentsHash:
1111
serializedVersion: 2
1212
Hash: 00000000000000000000000000000000
13-
m_ForcedFallbackFormat: 4
14-
m_DownscaleFallback: 0
1513
m_IsAlphaChannelOptional: 0
16-
serializedVersion: 5
14+
serializedVersion: 6
1715
m_Width: 2056
1816
m_Height: 2056
1917
m_AntiAliasing: 1
@@ -24,6 +22,7 @@ RenderTexture:
2422
m_GenerateMips: 1
2523
m_SRGB: 0
2624
m_UseDynamicScale: 0
25+
m_UseDynamicScaleExplicit: 0
2726
m_BindMS: 0
2827
m_EnableCompatibleFormat: 1
2928
m_EnableRandomWrite: 0

Scenes/Examples/Example_01_SimpleLiver.unity

Lines changed: 974 additions & 1018 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)