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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment