Search Issue Tracker
By Design
Votes
1
Found in
2018.2.0f2
Issue ID
1063113
Regression
No
STEREO_CUBEMAP_RENDER_ON doesn't apply to objects loaded through AssetBundle scene
To reproduce:
1. Open users attached project "Testing2018.zip"
2. Enter Play mode
3. Navigate to Assets > StereoCaptures and select CubemapLeft and CubemapRight
4. Observe as the green cubes are static and don't change position between the two captures(incorrect) while the red cube changes position(correct)
Expected result: green cubes change position because of 360 capture to make a surround visual
Actual result: only the red cube behaves as 360 visual and green cubes behaves as if STEREO_CUBEMAP_RENDER_ON keyword is not assigned
Reproduced on:
2018.1.0b1 2018.1.9f2 2018.2.7f1 2018.3.0a11
Couldn't reproduce on 2017.4.and earlier because Unity is throwing an error because of MonoOrStereoscopicEye.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2018.3.X):
Importing shaders through asset bundles is not supported; the shaders are ignored. Using the shader variant collection assets is the correct approach when using asset bundles.