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
- "Browse" button for Xcode in the "Build Profiles" window is too big
- USS styles fail to inherit correctly when contentContainer is overridden in a custom control
- Copying and pasting Animator Transitions leads to unexpected behaviour
- "ShaderGraph" misses a space in the "Project Settings" section
- UI Builder inspector’s checkbox fields can be activated when clicking anywhere in the value field
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