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
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
Resolution Note:
Double checking with Bolt 2.0.0a13RC1 and the latest dev commit 73fcbf3c6c5abd52518abfcb81fd865dfd8cce6a
Working as expected.