playMaker

Author Topic: Help re: WWWObjectRelative  (Read 3125 times)

unclebob

  • Playmaker Newbie
  • *
  • Posts: 25
Help re: WWWObjectRelative
« 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

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: Help re: WWWObjectRelative
« Reply #1 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)
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

nikosurfing

  • Playmaker Newbie
  • *
  • Posts: 11
Re: Help re: WWWObjectRelative
« Reply #2 on: June 26, 2016, 05:30:12 AM »
Thank lane for the info, i'll try to test it whenever it works or not.