World.NET icon indicating copy to clipboard operation
World.NET copied to clipboard

Unity Android

Open zhouzhuli opened this issue 5 years ago • 1 comments

I want to use this tool in Android with Unity, what should I do?

zhouzhuli avatar Dec 21 '20 08:12 zhouzhuli

This codebase consists of modified native c++ code from the original WORLD repo that contains the core algorithms, as well as c# to expose those algorithms to .NET. You'll need to find a way to compile c++ part for android, and then figure out how to interop between android native code and unity c#. Unfortunately I'm not familiar with either android or unity platforms so I can't be of much help here.

aqtq314 avatar Dec 21 '20 18:12 aqtq314