Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.4.13
Issue ID
UVSB-988
Regression
No
Unable to install the Bolt pacakge or open a Bolt project in 2020.2
Using the Setup.sh to create a bolt 2020.1 project results in an error when trying to open in Unity 2020.2. Windows, macOS.
{code:java}
ArgumentException: Product Id 'Bolt' was not found. Parameter name: index
Ludiq.EnsureThat.IsKeyOf[TKey,TValue] (System.Collections.Generic.IDictionary`2[TKey,TValue] value, TKey expectedKey, System.String keyLabel) (at Assets/Ludiq/Ludiq.Core/Runtime/Ensure/EnsureThat.Collections.cs:207)
Ludiq.ProductContainer.GetProduct (System.String productId) (at Assets/Ludiq/Ludiq.Core/Editor/Products/ProductContainer.cs:124)
Bolt.BoltProduct.get_instance () (at Assets/Ludiq/Bolt.Core/Editor/BoltProduct.cs:43)
Bolt.BoltProduct.HookSetupWizard () (at Assets/Ludiq/Bolt.Core/Editor/BoltProduct.cs:74)
{code}
If you drag the Bolt package folder into a new 2020.2 project it rejects it.
{code:java}
macos: Failed to copy files
{code}
{code:java}
Windows: Failed copying file C:/Users/bokken/Downloads/com.unity.bolt-main/com.unity.bolt-main/Package to Assets/Package.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
{code}
Steps to reproduce
* git clone git@github.cds.internal.unity3d.com:unity/com.unity.bolt.git
* In the downloaded folder run the Setup.bat (windows) Setup.sh (macOS) via the terminal. It will create a projects folder
* In Unity, hub open the 2020.1 projects with Unity 2020.2
Notice issue >> When Unity loads you get the Product ID "Bolt" was not found.
Tested: Unity 2020.2.a21, macOS, Windows, Bolt: commit 15233c8a2ef4a6164c3a05464b7eafd6b7aeb25a
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Index Out Of Range exception when trying to use Rendering Layer Override in Probe Adjustment Volume without a mask defined in lighting settings
- [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started
- Huge performance overheads appear when there is a large amount of bindings in the UI Toolkit
- Visual Effects Graph Blackboard can't be scrolled horizontally
- .Net Standard 2.0 dlls causing errors in .net Standard 2.1, despite the automation of compact shims
Add comment