You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am currently stuck with an ECS component (that needs to be a struct) having its Vector2 field tweened. The only solution I can think of right now is to pass a proxy to the tweener and use a potential OnUpdate function to update my component or accept references of struct types. I believe an OnUpdate function would not only solve this problem but also be quite handy in general.
Thanks