Reply To: New User

FlowCanvas Forums Support New User Reply To: New User

#754
Gavalakis
Keymaster

    You are welcome!
    You shouldn’t really ‘set’ the fixed delta time property, but rather just ‘get’ it in case you need it.
    Also, Time.fixedDeltaTime is mostly useful when physics are relevant, otherwise it’s better if you instead use Time.deltaTime (not fixed).