-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mirror does not work when using an overlay camera #8
Comments
A quick fix:
|
A multisampled texture being bound to a non-multisampled sampler. Disabling in order to avoid undefined behavior. Please use Texture2DMS in the shader. a base and overlay camera are being used in the scene the mirror will not work as expected. |
sampler2D _ReflectionMap;
unity 2021.2.3 |
Damm, THANK YOU! |
If a base and overlay camera are being used in the scene the mirror will not work as expected.
The text was updated successfully, but these errors were encountered: