Search code examples
unity-game-enginesaveloadshader

Unity 3D Shader Doesn't appear on VR mode


We have two scene, in one scene we create level design and mechanics for VR in runtime, and other scene we use SteamVR for VR mode. Shader show up in editor scene but doesn't work in VR scene.

enter image description here

enter image description here

Thank you for your answers,


Solution

  • Actually it was a save load problem. We use 3th party asset from unity asset store (Runtime Save & Load) and SceneAssetLibrary.asset that hold scene asset references was overwritten when worked on scene. So we revert that file thus it worked again.