Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2017.4.4f1
Issue ID
1061700
Regression
No
When Animation Type is set to Legacy, AnimationClip.empty always returns true in Standalone builds
Steps to reproduce:
1. Open attached project
2. Play "AnimationClipCase" Scene
3. Press button "Click to load" in the game view
-Animation clip is loaded correctly (not empty)
4. Build standalone and run it
5. Press button "Click to load" in the game view
-Animation clip is not loaded (empty)
Expected result: AnimationClip should load in build just like it does in the editor
Actual result: Animation clip is empty when loading from asset bundle in build and Animation Type is set to "Legacy"
Note: Animation clip loads correctly when Animation Type is set to generic etc
Reproduced on: 2017.4.3f1, 2018.2.1f1, 2018.3.0a6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Element UI disappears and NullReferenceException is thrown when dragging off the last or first element from the list in the Inspector
- [Silicon] Crash on ScriptableRenderLoopJob when machine is left idle while the Editor is in Play mode
- [Android] GraphicsBuffer.CopyCount does not work with Append Compute Buffer after Compute Shader Dispatch on some Android devices
- "DirectoryNotFoundException" error when building a project via script in one folder, then building via Editor in another, deleting the folder built via Editor and rebuilding via Script
- New items are created and old ones remain in memory when using 'treeView.SetRootItems(items)' and 'treeView.Rebuild()' which can cause a memory leak
Add comment