|
Hi everyone, I'm very new to unity, and I'm amazed by the work done. Big applause! :) Having said that, my problem is that the mirror I'm using gets me a pretty dark reflection. It is the same shader and script from the characterCustomization tutorial (not a single line changed, and the example works perfectly). The funny thing is that while I'm in "Play mode" the mirror is dark, but when I'm in the editor the reflection is fine. My scene has 10 lights, could it have something to do? Thanks!
(comments are locked)
|
|
Solved! Adding camera.renderingPath = RenderingPath.Forward; in CreateMirrorObjects: It'd be nice to have shadows in the mirror, but it looks good anyway
(comments are locked)
|

I've just reduced the number of lights and tried to play with the light intensities, but it has no effect on the mirror.