How to make a working mirror in my game

how can i make a mirror in my game

When i say update loop. I mean in any script you have. If it has a method called void Update(). Thats a update loop. Just copy the contents of the above Update() inside another Update() in your scripts. Dont forget to copy the private bool isPaused = false; Hope this clears it up

1 Answer

1

I think a shader is a good solution for this.
take a look at this mirror shader script click here

Also i found a asset from the store link