Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0f3
Issue ID
1024606
Regression
No
Animator component isn't created and no exception is thrown when creating an animation for GameObject with certain invalid names
How to reproduce:
1. Open any project
2. Create a new Cube GameObject and rename it to "Cu/be"
3. Open the Animation view and select the "Cu/be" GameObject
4. Press "Create" in the Animation view and save it
Expected results: An exception should be thrown letting the user know about invalid characters in the name of the animation
Actual results: Animator component and Animator Controller aren't created and no exception is thrown
Reproducible with: 5.6.5p4, 2017.1.3p3, 2017.2.2p3, 2017.4.1f1, 2018.1.0f1, 2018.2.0a9
The following names also cause the issue:
(the name only contains spaces)
.xxxx(begins with a period)
xx/xx(contains forward slash anywhere but the beginning of the name)
xx\xx(contains forward slash anywhere but the beginning of the name)
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
- Inspector window flickers when a selector is created using a Style Class List Section
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
Resolution Note:
This is an edge case, which will also cause a bunch of problems across different Unity APIs which use transform paths to resolve objects. Fixing it is not worth slowing down the Animation Window to protect against this edge case