Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Update

Transform Change callbacks are sent after the "Update" script callbacks but before any "Update" simulation(s). This is typically used when any changes to Transforms during the "Update" script callbacks need to be handled before any "Update" simulation(s).
Read time 1 minuteLast updated 12 days ago

Definition

Update = 3