Skip to content

LateUpdate not working #77

@christian-brack-bl

Description

@christian-brack-bl

The LateUpdate is not called. I think there is some copy and paste bug in EventCallerContainerExtension.cs.
135 this.BindUnityExtension(lateUpdateable, binding.value);
136 this.BindUnityExtension(fixedUpdateable, binding.value);
shall be
135 this.BindUnityExtension(lateUpdateable, instance);
136 this.BindUnityExtension(fixedUpdateable, instance);

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions