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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Add comment