Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
2.0.0a12
Issue ID
UVSB-865
Regression
No
Bolt 2 - meta data not removed when removing generated scripts
A warning appears when deleting generated code using. Tools > Bolt > Delete Generated scripts
{code:java}
A meta data file (.meta) exists but its asset 'Assets/Bolt.Generated/Transient/Scripts' can't be found. When moving or deleting files outside of Unity, please ensure that the corresponding .meta file is moved or deleted along with it.
UnityEditor.AssetDatabase:Refresh()
Unity.Bolt.GenerationWorkflow:Clean() (at Assets/Package/Bolt.Core/Editor/Generation/GenerationWorkflow.cs:172)
Unity.Bolt.BoltProduct:CleanGeneratedScripts() (at Assets/Package/Bolt.Core/Editor/BoltProduct.cs:102){code}
!image-2020-06-16-13-04-58-928.png!
Steps to reproduce
* Create a new Bolt project (2019.4, Bolt: 42588f25e98f6f30377d0ebc4fbc834658ef2972)
* Tools > Bolt > Generate C# scripts
* Tools > Bolt > Delete Generated Scripts
Notice issue : A meta data file (.meta) exists but its asset 'Assets/Bolt.Generated/Transient/Scripts' can't be found. When moving or deleting files outside of Unity, please ensure that the corresponding .meta file is moved or deleted along with it.
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
- Joint Gizmos for anchor and connectedAnchor do not respect their defined bodies when Swap Bodies is enabled
- Project Settings window opens up with a blank details pane when the "Configure" button is clicked in the Package Manager after installing the Cloud Diagnostics package
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
Resolution Note:
Bolt 2 will not be released as its own product. See https://forum.unity.com/threads/visual-scripting-roadmap-update-august-2020.951675/ for details.