Realtime reflections not working with latest build?

Discuss modding questions and implementation details.
Post Reply
lord_frivolous
Posts: 5
Joined: Mon Jul 17, 2017 2:59 am

Realtime reflections not working with latest build?

Post by lord_frivolous »

Realtime reflections stopped working, tried with Fighters #72. The ground is all white now. Removing the ini file did not fix the problem. Windows 10 64bit, nvidia geforce 770.

User avatar
Interkarma
Posts: 7236
Joined: Sun Mar 22, 2015 1:51 am

Re: Realtime reflections not working with latest build?

Post by Interkarma »

Welcome to the forums, lord_frivolous.

Nystul, can confirm refelctions mod 2.1.0 not working in #72. Following exception found in output log. Just let me know if anything I can do to assist. :)

Code: Select all

NullReferenceException: Object reference not set to an instance of an object
  at UnityStandardAssets.ImageEffects.GlobalFog.OnRenderImage (UnityEngine.RenderTexture source, UnityEngine.RenderTexture destination) [0x00000] in <filename unknown>:0 
UnityEngine.Camera:Render()
RealtimeReflections.MirrorReflection:OnWillRenderObject()

User avatar
Nystul
Posts: 1501
Joined: Mon Mar 23, 2015 8:31 am

Re: Realtime reflections not working with latest build?

Post by Nystul »

It works on my system. Not sure what causes the problems in that specific case

There is a bug though, sometimes it happens that reflections stop working for some reason - I am currently trying to find the culprit

Post Reply