Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2017.2.0b11
Issue ID
953109
Regression
No
PlayableBehaviour.PrepareFrame property FrameData has EvaluationType set to Evaluate even if Timeline is in Playback mode
Reproduction steps:
1. Open the attached project "TimelineTest.zip";
2. Open the TestScene;
3. In the Visual Studio solution, place a breakpoint at line 21 of TestPlayable.cs;
4. Attach the Visual Studio solution to the Unity executable;
5. Open the Timeline window and select the MainCamera to view the Main Camera Timeline;
6. Play the timeline while in Edit mode;
7. When the breakpoint is hit, inspect the value of info.evaluationType in Visual Studio.
Expected results: info.evaluationType should be Playback as the timeline is in the Playback state.
Actual results:info.evaluationType is Evaluate.
Reproduced on: 2017.1.0f1, 2017.1.1p3, 2017.2.0f2, 2017.3.0b2.
Note: the same steps can be followed while Unity is in Play mode and the info.evaluationType flag will be set to Playback, as expected.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment