Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Windows Store Build
#1
Hello,

I want to use Curvy inside a Windows Store App. Imported Curvy into a new Unity 5.3.1 project On Windows 10 and it doesn't build (Phone 8.1/Universal 10). Unity comes with lot's of error's about namespaces and types it can't find.  


Will this be fixed? Smile


Kind regards,


Peter.
Reply
#2
I dived somewhat more into the framework. Really cool stuff.  Cool

I fixed the ThreadPoolWorker.cs implementation with a custom delegate that resides into the ThreadPoolWorker class. It is replacing the missing WaitCallback delegate.

Code:
public delegate void ThreadPoolWorkerCallback(object state);

I changed into the functions QueueWorkItem a line of code:

Code:
ThreadPool.QueueUserWorkItem(HandleWorkItem, qc);

After that the compile errors about the ThreadPoolWorker class where gone. However, there are still lots of type errors to fix before I can do a runtime test on a Windows mobile device. 


Peter.
Reply
#3
We're aware of the problems with Universal builds and working on this. As you noticed that's not a simple task, but we already took some preparations, like moving DevTools from DLL to source.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Invisible generated meshes in build itsGama 5 10 06-08-2023, 11:53 AM
Last Post: _Aka_
  Missing Loader errors after build FanManPro 8 9 01-20-2023, 11:45 AM
Last Post: _Aka_
  Efficiently chopping up a build extrusion? blabz2007 2 9 08-05-2022, 10:43 AM
Last Post: _Aka_
  Is Curvy splines appropriate to build city streets? atantoine 3 263 11-17-2021, 12:03 PM
Last Post: _Aka_

Forum Jump: