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
- Shadows are not cast when the Light's CullingMask and the GameObject's Layer do not match
- Graphics.DrawMeshInstanced does not work when 2D Renderer and 2D Shaders are used
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
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.