14-01-2019, 06:39 PM
Hi,
With the current asset store version of Obi Rope, I get build errors. I created a new, empty project, imported Obi Rope, then opened the solution and did a build, and I get the following errors:
Any tips on how to fix this?
With the current asset store version of Obi Rope, I get build errors. I created a new, empty project, imported Obi Rope, then opened the solution and did a build, and I get the following errors:
Code:
Error CS0308 The non-generic type 'Queue' cannot be used with type arguments Test F:\Unit Projects\Test\Assets\Obi\Scripts\Actors\ObiBone.cs 104
Error CS0246 The type or namespace name 'Stopwatch' could not be found (are you missing a using directive or an assembly reference?) Test F:\Unit Projects\Test\Assets\Obi\Scripts\Coroutines\CoroutineJob.cs 93
Error CS0006 Metadata file 'F:\Unit Projects\Test\Temp\UnityVS_bin\Debug\Assembly-CSharp.dll' could not be found Test.Editor F:\Unit Projects\Test\CSC 1 Active
Any tips on how to fix this?