Search Issue Tracker
Fixed in 4.5.0
Votes
0
Found in [Package]
4.3.0-preview.2
Issue ID
1294866
Regression
Yes
[2018.4] Annotation not found! Warning is thrown after Script Reimport when ProBuilder is installed
How to reproduce:
1. Open the attached project named "BugReportProBuilder.zip"
2. Re-import the NewBehaviourScript.cs located in the Plugins folder
3. Observe the Console window
Expected result: The script is re-imported successfully with no warnings or errors thrown
Actual result: "Annotation not found!" warning is thrown
Reproducible with: 4.3.0-preview.2(2018.4.31f1), 4.4.0(2018.4.31f1)
Not Reproducible with: 3.0.0(2018.4.31f1), 4.3.0-preview.1(2018.4.31f1), 4.4.0(2019.4.20f1, 2021.2.0a3), 4.5.0(2018.4.31f1, 2021.2.0a3), 5.0.0-pre.10(2021.2.0a3)
Notes:
1. First lines of the warning:
0x0000000141499C98 (Unity) StackWalker::GetCurrentCallstack
0x00000001414A1466 (Unity) StackWalker::ShowCallstack
0x000000014138254B (Unity) GetStacktrace
0x000000014014B7E8 (Unity) DebugStringToFile
0x000000014129F1A5 (Unity) AnnotationManager::SetIconEnabled
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
- [Android] Audio sound is lower in the Player compared to the native music player
- Feet slide and misalign when playing retargeted animations
- IndexOutOfRangeException is thrown in NativePassCompiler when a graphics buffer is used in more than 5 render passes
- "Undo Stack Overflow" error is thrown, and Undo History is deleted when multiselected GameObjects are reparented to their GrandParents
- SearchColumn of type "ObjectReference" does not get refreshed for the custom SearchProvider when lighting generation finishes
Resolution Note (fix version 4.5.0):
Fixed in ProBuilder 4.5.0 which is available in Unity 2018.4 and above
PR - https://github.com/Unity-Technologies/com.unity.probuilder/pull/355