- Home /
Force refresh of frame
How I can to refrsh frame. I try to shot screenshot with some change before.
but the frame not updating before screenshot.
Answer by guinoalaskapp · Sep 01, 2021 at 02:06 PM
not working for me, im trying to place a sprite twice with only one gameObject, i tried to force the camera to render when the sprite is on a diferent position than actual, and the camera with Don´t Clear, to display all of it, and that don´t work
my game needs to have that, because i use a several amount of GameObjects, just for render a Tilemap with ilumination
Today, my game creates and destroy the tiles than i don´t use because is not on camera, but, still with lag cuz of the several amount of GameObjects.
So I need to display all sprite renderers with all the materials without have those amounts of gameObjects
Your answer
Follow this Question
Related Questions
Update function - Auto update 1 Answer
make Update display/animate iterations of While(i<20)loop? 2 Answers
How to prevent Unity to execute all the code in the first frame. 1 Answer
vBlank Drift - Locking unity to the vBlank? 1 Answer
Simple rigidbody.AddForce only applying once each time key is pressed 1 Answer