14-01-2019, 07:29 PM
(14-01-2019, 06:39 PM)Bluerex Wrote: 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:
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?
Hi,
Cannot reproduce this on Unity 5.6, 2017.4 or 2018.2.
Stopwatch is defined in System.Diagnostics; and CoroutineJob.cs includes it.
Queue<T> is defined in System.Collections; and ObiBone.cs includes it.
What is your target platform and project settings? (specially Scripting runtime and API compatibility level)