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
- Crash on [NSApplication endModalSession:] when saving while Play Mode is loading
- Incorrect Preferred Height calculation when a single text line uses different Font Assets
- [ShaderGraph] Redo Collapse Nodes action does not fully collapse the Nodes
- [Ubuntu] Mouse cursor is set box select mode after exiting VFX Graph's Rename Context function
- Unrecognized identifier DECLARE_STACK_CB error is thrown when VirtualTexture Property is used with Custom RenderTexture target
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