Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
0
Found in
2018.3.2f1
Issue ID
1124120
Regression
Yes
[Timeline] TimelinePlayable constructor uses JIT method in Mono .NET 3.5 which is invalid for AOT platforms (PS4/Xbox/iOS)
How to reproduce:
1. Create a timeline playable asset.
2. Create a new scene and add a new Playable Director referencing your playable asset.
3. Target & build for any AOT platform.
4. Once deployed onto the AOT platform, observe the console output.
Expected result: No error.
Actual result:
ExecutionEngineException: Attempting to JIT compile method 'System.Collections.Generic.List`1<UnityEngine.IntervalTree`1/Entry<UnityEngine.Timeline.RuntimeElement>>:.ctor ()' while running with --aot-only. at UnityEngine.IntervalTree`1[UnityEngine.Timeline.RuntimeElement]..ctor () [0x00000] in <filename unknown>:0 at UnityEngine.Timeline.TimelinePlayable..ctor () [0x00000] in <filename unknown>:0 at (wrapper managed-to-native)
...
PlayableAsset returned a null Playable on Instantiate (Filename: C:\buildslave\unity\build\Modules/Director/PlayableDirector.cpp Line: 346)
Regression first introduced in - 2018.3.1f1
Reproducible with - 2018.3.2f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Add comment