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
Sometimes, but not always the hologram table animation galaxy state animation starts playing but then it closes before you have the opportunity to click on anything. The "FTL target system" loading bar is up and blinking. But the galaxy faded out to nothing.
I have been able to find is state machine attached to hologram table (if i make the state public) is at Galaxy and the animation on galaxy/GalaxyFadeIn is a few frames beyond the end of the animation if the bug occours, and at the blue line if the bug doesn't occur.
I am unsure if that is normal or not, but if i rewind the animation back to the blue line the galaxy comes back.
This is what it looks like when the bug does not happen:
This is what it looks like when the bug happens:
The text was updated successfully, but these errors were encountered:
this change prevents the timeline from being played outside of the playable region if for example the time step is greater than one fps. Not sure if this is the correct fix because the code needs to be changed in the package manager library.....
* Benchmark Base Work
* Added Part 2 to the Benchmark Walkthrough
* Small Fixes (Disabled Verbose, better handling of full screen fade in wrecked)
* Final Fixes
* Delete Old PlayerStart
* Saved Benchmark Items as Prefabs
* Fixed Walkthrough for Benchmark
* Added Ending Benchmark Script for iOS / Fix of issue #5 (hologram table animation prematurely ends) in DirectorControlRig
* Fixes from @aet
* Removed SceneIDMap game objects
* Quality Fixes on Benchmark
Co-authored-by: Thomas ICHÉ <[email protected]>
Sometimes, but not always the hologram table animation galaxy state animation starts playing but then it closes before you have the opportunity to click on anything. The "FTL target system" loading bar is up and blinking. But the galaxy faded out to nothing.
I have been able to find is state machine attached to hologram table (if i make the state public) is at Galaxy and the animation on galaxy/GalaxyFadeIn is a few frames beyond the end of the animation if the bug occours, and at the blue line if the bug doesn't occur.
I am unsure if that is normal or not, but if i rewind the animation back to the blue line the galaxy comes back.
This is what it looks like when the bug does not happen:
This is what it looks like when the bug happens:
The text was updated successfully, but these errors were encountered: