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
Demonstrates a bug in Entity Framework with Postgres that occurs when a Datetime column is used as part of a composite primary key and entries with a value which is mapped to DateTime.MinValue cannot be updated
[Avoidable][Won'tFix] When the PlayableGraph is in Manual update mode and playing, changing its update mode to non-Manual will not cause the PlayableGraph to continue running.
[Fixed] According to Unity's Script Reference, "The frameId is incremented by `1` for every call to Playable.PrepareFrame." However, when manually evaluating a PlayableGraph, the frameId is incremented by `2` for every call to Playable.PrepareFrame.
Bug reporter for Unity which automagically creates a new issue on Github with a screenshot of the current situation in the game, as well as a description provided by the player.