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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
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