Search Issue Tracker
Duplicate
Votes
0
Found in
2018.2.2f1
2018.2.5f1
Issue ID
1091417
Regression
Yes
TrackAssets in namespaces reports a Warning when a track is added to a Timeline
To reproduce:
1. Download the attached project "_TEST DS2 2018.2.5.zip" and open in Unity
2. Open Timeline window
3. Create Empty gameObject
4. Select newly created gameObject and create a Timeline
5. Right click on the Timeline window and select Conversation Track
5. Observe that in Console there is no message printed
6. Right click on the Timeline window and select PixelCrushers.DialogueSystem > Bark Track
7. Observe that in Console there is Warning printed:
"No script asset for BarkTrack. Check that the definition is in a file of the same name and that it compiles properly."
Notes:
- This issue appears on both Windows and macOS
- Compare "BarkTrack.cs" and "ConversationTrack.cs" and observe that the class names are correct, but BarkTrack is in a namespace and ConversationTrack is not
Reproduced on Unity 2018.2.2f1, 2018.2.12f1, 2018.3.0b5, 2019.1.0a4
Not Reproduced on Unity 2017.4.13f1, 2018.1.9f2, 2018.2.1f1
Regression on Unity 2018.2.2f1
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
This is a duplicate of issue #1085267