hey there
I just wanted to report, that you need to exclude the class Platform in Platform.cs if you want to build on any platform not supported by Wikitude. You can do that by using:
#if (UNITY_IOS || UNITY_ANDROID) namespace Wikitude { //class and stuff... //... } #endif
Would be nice if we didn't have to do that in the next version ;)
Kind regards,
Simon
Matthias Knuser
hey there
I just wanted to report, that you need to exclude the class Platform in Platform.cs if you want to build on any platform not supported by Wikitude. You can do that by using:
Would be nice if we didn't have to do that in the next version ;)
Kind regards,
Simon