Skip to content

Scene Timers: No longer automatically initialized since 5.0.126 #3499

@AtomicCrocStudios

Description

@AtomicCrocStudios

Describe the bug

I was working on a project today and noticed the new timers were not firing for me. Thinking I may have somehow screwed up something simple I tried creating a test project to just update a text object with the current timestamp every second, once again it didn't work.
image

After looking at the RAW mode of the scene debugged, I could see that the timer wasn't even being initialized.
image

I tried initializing the timer manually at the start of the scene and it worked.
image

I am hoping this is not the intended behaviour of this update as I believe it has the ability to break existing projects once they're updated to the latest version with users assuming that timers still automatically initialize.

I understand it's bad practice to not manually initialize them, however it always felt unnecessary to run an action that was already handled by the engine on startup.

Happy to hear any feedback and thanks for expanding upon the functionality D8H :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions