Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2018.4.X, 2019.1.X, 2019.2.X
Votes
0
Found in
2018.3.5f1
2018.3.6f1
2019.1.0b2
2019.2.0a4
Issue ID
1133182
Regression
Yes
PlayableDirector does not work on built projects when Managed Stripping Level is set above Low on specific Projects
Reproduction steps:
1. Open the project inside of "case_1133182-PlayableDirector.zip" which resides inside an ownCloud directory
2. Open and Play "Testree" Scene, notice that the cube moves on Awake
3. Build and Play the Project (Pre-built executable exists in "MediumBuild" folder inside of the Project folder)
Expected result: The cube moves on built Project
Actual result: The cube does not move on built Project
Reproduces on: 2018.3.5f1, 2018.3.12f1, 2019.1.0b2, 2019.1.0b10, 2019.2.0a4, 2019.2.0a10
Does not reproduce on: 2018.3.4f1, 2019.1.0b1, 2019.2.0a3
Notes:
- 2017.4.25f1 does not feature Managed Stripping
- Although the attached project is completely stripped of irrelevant assets, this does not reproduce on other fresh projects
- PlayableDirector's "time" variable does increase as the time flows, however, the changes cannot be seen in the scene
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
unity_KI4_DqSao3pPzw
Jul 15, 2019 07:06
Create a link.xml file on the Assets directory and add the following content:
<linker>
<assembly fullname="UnityEngine.TimelineModule"/>
<assembly fullname="UnityEngine.Timeline"/>
</linker>
This will prevent the timeline modules to be stripped from your project.