playMaker

Author Topic: WWWObject: 'Movie playback is only possible with Unity Pro' [SOLVED]  (Read 8374 times)

bitbutter

  • Playmaker Newbie
  • *
  • Posts: 9
I'm using the free edition of unity, with playmaker. I'd like to use the WWWObject to communicate with a web API.

I create a new scene, add a FSM to Main Camera. Add a WWWObject action to State 1, and fill in http://www.google.com into the Url field as a test.

When i run the scene I get the following error trace:
Code: [Select]
Movie playback is only possible with Unity Pro
UnityEngine.WWW:get_movie()
HutongGames.PlayMaker.Actions.WWWObject:OnUpdate() (at Assets/PlayMaker/Actions/WWWObject.cs:97)
HutongGames.PlayMaker.FsmState:OnUpdate()
HutongGames.PlayMaker.Fsm:UpdateState(FsmState)
HutongGames.PlayMaker.Fsm:Update()
PlayMakerFSM:Update()

Why is that?
« Last Edit: June 26, 2013, 08:44:56 AM by bitbutter »

Cool_Flow

  • Playmaker Newbie
  • *
  • Posts: 10
Re: WWWObject: 'Movie playback is only possible with Unity Pro'
« Reply #1 on: June 24, 2013, 05:44:45 PM »
I'm new to this, but but looking at the error, I think you answered your own question. No unity pro, means no video playback.

That's what I'm guessing anyways. :(

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: WWWObject: 'Movie playback is only possible with Unity Pro'
« Reply #2 on: June 25, 2013, 03:07:08 AM »
Hi,

Have you imported that project from a pro version?

bye,

 Jean

bitbutter

  • Playmaker Newbie
  • *
  • Posts: 9
Re: WWWObject: 'Movie playback is only possible with Unity Pro'
« Reply #3 on: June 25, 2013, 06:43:40 AM »
Hi Jean. No this is a newly created project--started in Unity free--with nothing else in it.

(@Cool_flow I'm not trying to achieve video playback, ultimately i only need to process a text response)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: WWWObject: 'Movie playback is only possible with Unity Pro'
« Reply #4 on: June 25, 2013, 08:56:20 AM »
Hi,

 Odd, I tested on Unity Free and I don't get any errors. What target are you publishing with now?

bye,

 Jean

bitbutter

  • Playmaker Newbie
  • *
  • Posts: 9
Re: WWWObject: 'Movie playback is only possible with Unity Pro'
« Reply #5 on: June 25, 2013, 09:04:08 AM »
I hope i understand correctly: I'm not yet publishing to any target. Just testing in the editor when i get the error. In case it's useful to know i'm using Unity (free) 4.1.5f1, on OSX 10.7.5.

bitbutter

  • Playmaker Newbie
  • *
  • Posts: 9
Re: WWWObject: 'Movie playback is only possible with Unity Pro'
« Reply #6 on: June 25, 2013, 09:07:17 AM »
In case it's useful here's a screen grab of the error in my minimal scene:

Cool_Flow

  • Playmaker Newbie
  • *
  • Posts: 10
Re: WWWObject: 'Movie playback is only possible with Unity Pro'
« Reply #7 on: June 25, 2013, 10:18:42 AM »
Hi Jean. No this is a newly created project--started in Unity free--with nothing else in it.

(@Cool_flow I'm not trying to achieve video playback, ultimately i only need to process a text response)

Okay, Sorry I do apologize, I thought you wanted to play a video. :)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: WWWObject: 'Movie playback is only possible with Unity Pro'
« Reply #8 on: June 26, 2013, 05:47:34 AM »
Hi,

 By publishing platform, I mean what is your setting in the publish window. to know about this go to the menu "File/Build settings", in the platforms list, which one is selected?

bye,

 Jean

bitbutter

  • Playmaker Newbie
  • *
  • Posts: 9
Re: WWWObject: 'Movie playback is only possible with Unity Pro'
« Reply #9 on: June 26, 2013, 06:08:54 AM »
PC Mac & Linux standalone. Here are the current build settings


jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: WWWObject: 'Movie playback is only possible with Unity Pro'
« Reply #10 on: June 26, 2013, 06:25:21 AM »
Hi,

 Something is very odd, I can not reproduce this. however, please a variation of wwwObject, tell me if that helps.

bye,

 Jean

bitbutter

  • Playmaker Newbie
  • *
  • Posts: 9
Re: WWWObject: 'Movie playback is only possible with Unity Pro'
« Reply #11 on: June 26, 2013, 07:55:46 AM »
Hi Jean, thanks for the attachment. The WWWObject Mobile action works as expected. (Am i safe to use this in my non-mobile project?--aimed at desktop macs and PCs?)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: WWWObject: 'Movie playback is only possible with Unity Pro'
« Reply #12 on: June 26, 2013, 08:36:33 AM »
Hi,

yes, safe on all platforms as far as I am aware.

bye,

 Jean