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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.