
0
Answered
Error: CS0433: The type 'Lazy<T>' exists in both... Please help
Hello, I get this error, and i don't know how to fix it...
Library\PackageCache\com.unity.render-pipelines.core@6.7.1\Runtime\Volume\VolumeManager.cs(13,25): error CS0433: The type 'Lazy' exists in both 'System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35' and 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
I am working in HDRP to create a university project.
Bolt Version:
v1.4.1
Unity Version:
2019.3.0a2
Platform(s):
Scripting Backend:
.NET Version (API Compatibility Level):
Customer support service by UserEcho
Hi Rin,
This is a known issue: https://ludiq.io/bolt/known-issues#threading
Just update Bolt on the Asset Store and import the .NET 4.x package instead of the .NET 3.x package.
oh sorry. But thank you! Solved it!