Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2018.2.8f1
Issue ID
1081779
Regression
No
Creating or Destroying a PlayableGraph without using it gives a Warning in Console
To reproduce:
1. Download attached project "New Unity Project.zip" and open in Unity
2. Open "SampleScene" scene
3. Put "NewBehaviourScript" script on gameObject in Hierarchy
4. Enter Play mode
5. Observe that Console will print a warning "PlayableGraph being evaluated with no outputs. Playables will not be updated"
6. Exit Play mode
7. Open "NewBehaviourScript", Comment "graph.Destroy();" line and save it
8. Enter Play mode
9. Observe that Console will print a warning "PlayableGraph was not Disposed"
Notes:
- This issue appears on Windows and OSX
Reproduced on Unity 2017.2.3p4, 2017.3.2f1, 2017.4.11f1, 2018.1.9f2, 2018.2.8f1, 2018.3.0b2 and 2019.1.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Add comment