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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Resolution Note:
Double checking with Bolt 2.0.0a13RC1 and the latest dev commit 73fcbf3c6c5abd52518abfcb81fd865dfd8cce6a
Working as expected.