Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.1.0b1
Issue ID
903124
Regression
No
[.NET4.6][RuntimeUpgrade] Empty error is thrown after importing .js script when PlayerSettings window is active
Steps to repro:
1. Create new project;
2. Go to PlayerSettings window (Edit -> Project Settings -> Player);
3. Switch scripting runtime version to .NET 4.6 by selecting it in corresponding dropdown list;
4. Save project;
5. Restart Editor;
6. Go to PlayerSettings window (Edit -> Project Settings -> Player);
7. Import attached package by dragging it to Project folder.
Expected result:
- API Updater launches;
- Package is imported without errors;
Actual result:
- API Updater doesn't launch;
- Empty uninformative error is thrown in the console (see attached screenshot).
The error is triggered by 'Map_tc.js' script, located in Assets -> Editor, that failed to upgrade.
Workaround is to restart Editor - in this case API Updater launches correctly.
Notes:
- Reproducible in 2017.1.0b1;
- Reproducible only for .NET 4.6 Scripting Backend; Not reproducible for .NET 3.5 and for Mono 2x Scripting Backends;
- Reproducible only when PlayerSettings window is active;
- Reproducible on both Windows 10 and OSX 10.12.3;
- Reproducible only for this particular .js file.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment