how can i make a mirror in my game
1 Answer
1I 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
how can i make a mirror in my game
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
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
– NicholasSheehan