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|https://github.cds.internal.unity3d.com/unity/com.unity.bolt/tree/release/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
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Resolution Note:
Double checking with Bolt 2.0.0a13RC1 and the latest dev commit 73fcbf3c6c5abd52518abfcb81fd865dfd8cce6a
Working as expected.