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
- Crash on PrepareDrawShadowsCommandStep1 when entering the Play Mode in a specific project
- Physics Layer Collision Matrix's Layer names, checkboxes and hover highlights become misaligned when the Editor's UI Scaling gets changed
- Light/shadow information on an edge of a Terrain tile creates a seam with an adjacent Terrain tile when baking a LightMap
- "Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings..." warning is thrown after switching the Platform to tvOS
- “Metal: Error creating pipeline state (Universal Render Pipeline/2D/Sprite-Lit-Default): Vertex attribute BLENDINDICES0(5) of type uint4 cannot be read using MTLAttributeFormatFloat2 (null)“ when setting GPU Skinning to GPU after opening the project
Add comment