Login

Fancade Wiki

Updated Late Update.md (markdown)

... ...
@@ -2,4 +2,15 @@ The Late Update block will execute scripts _after_ physics.
2 2
3 3
Since physics will change the position of objects after scripts have run, which is sometimes unwanted, it can be useful to instead run the physics first. This ensures that your scripts are working with the updated positions of the objects.
4 4
5
[[/uploads/Late Update.png]]
... ...
\ No newline at end of file
0
[[/uploads/Late Update.png]]
1
2
## Notes
3
4
Late Update isn't a delay block , most people mistake it as a delay block , but what really is the the use of this block if it seems to not do anything?
5
6
Late update runs *after physics* , what does it mean?? ..... In a level a set of function runs in this order :
7
- Scripts
8
- Physics
9
- Late Update
10
11
And that is what it means ... Late Update will run after scripts and physics functions and is useful to control some unwanted things after physics have ran.
... ...
\ No newline at end of file
Fancade Wiki