Search Issue Tracker
Fixed
Votes
1
Found in [Package]
2.0.0a12
Issue ID
UVSB-869
Regression
Yes
Bolt 2 - Using the generic type 'Progress<T>' requires 1 type arguments
When using Bolt 2 with 2020.2.0a15 and 2020.1.0b10 i get the following errors. These errors can't be cleared and Bolt is not usuable.
{code:java}
Assets\Bolt\Bolt.Core\Editor\Tasks\Runners\BackgroundTaskRunner.cs(48,9): error CS0305: Using the generic type 'Progress<T>' requires 1 type arguments{code}
Steps to reproduce
- Download Bolt 2.0.0a12
- Windows - Run Setup.bat to create Unity projects that are symlinked to the package.
- In the Hub open the Bolt2.release project generated in the previous step. (com.unity.bolt\Projects\Bolt2.Release) with Unity 2020.2.0a15
- Notice issue >>
{code:java}
Using the generic type 'Progress<T>' requires 1 type arguments{code}
!image-2020-06-18-12-49-35-357.png!
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
- [iOS] [Android] External library generics fail during IL2CPP build
- Animator State’s Multiplier field shows a Parameter that no longer exists when the Parameter was assigned and then deleted
- Shadows disappear and come back after couple frames when using OnDemand Shadows and OnDemand Reflection
- “Delete Selected Items” is still active in the menu when Label is not selected in New Sprite Library Asset window
- "View Generated Shader" button in Shader Graph Asset is not aligned with other buttons
Resolution Note:
Double checking with Bolt 2.0.0a13RC1 and the latest dev commit 73fcbf3c6c5abd52518abfcb81fd865dfd8cce6a
Working as expected.