Playmaker Forum

PlayMaker Help & Tips => Android Help => Topic started by: unclebob on January 04, 2016, 12:07:36 PM

Title: Help re: WWWObjectRelative
Post by: unclebob on January 04, 2016, 12:07:36 PM
Hi

can access the WWW functions through the ecosystem.  ObjectRelative, WWWPost, WWWPOSTMOBILE and WWWSprite

When unity is set to PC build can find those actions, but when switched to Android build in build settings the action disappears.

What am I doing wrong?

Using Unity 5 Pro and Android Pro

Cheers
Unclebob
Title: Re: Help re: WWWObjectRelative
Post by: Lane on January 04, 2016, 03:44:15 PM
IIRC the WWW doesn't work on android, but you can test it by removing the part of the code that looks like this:

Code: [Select]
#if !(UNITY_ANDROID)
Title: Re: Help re: WWWObjectRelative
Post by: nikosurfing on June 26, 2016, 05:30:12 AM
Thank lane for the info, i'll try to test it whenever it works or not.