Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Build errors with latest Unity
#3
(14-01-2019, 07:29 PM)josemendez Wrote: 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)

My unity version is 2018.3.02f (the latest).

My scripting runtime is .NET 4.x
My API compatability level was .NET 2.0, but I also tried .NET 4.X and it still didn't work.
Reply


Messages In This Thread
Build errors with latest Unity - by Bluerex - 14-01-2019, 06:39 PM
RE: Build errors with latest Unity - by Bluerex - 14-01-2019, 10:03 PM
RE: Build errors with latest Unity - by ibbybn - 14-01-2019, 10:36 PM
RE: Build errors with latest Unity - by Bluerex - 14-01-2019, 10:43 PM