Support for Wikitude Software Development Kit and tools is coming to an end. All the details can be found here. Kindly note that no new topics can be started on the forum from 21.09.2023. Also, some of the FAQs here (especially license related ones) might become inaccurate.
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