playMaker

Author Topic: Script missing on BB10 device [SOLVED]  (Read 7952 times)

redmotion

  • Playmaker Newbie
  • *
  • Posts: 8
  • Independent game developer using Unity and ShiVa
    • redmotion.com
Script missing on BB10 device [SOLVED]
« on: September 09, 2013, 04:59:16 PM »
Just did a build with the new BB playmaker extension. The build worked and most of the Playmaker stuff is running as it should, however I had added this custom action:
GetFPS from here
http://hutonggames.com/playmakerforum/index.php?topic=1763.0
Which is resulting in this error (did not appear on Android)
http://www.dropbox.com/s/vbta59fux6jq45q/playmakererrorBB10.png
Quote
"could not create action: maybe script was removed?"
Thanks.
« Last Edit: September 10, 2013, 07:01:45 AM by Alex Chouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Script missing on BB10 device
« Reply #1 on: September 09, 2013, 05:15:20 PM »
Try changing the name of the file to match the class name: GetFPS.cs

redmotion

  • Playmaker Newbie
  • *
  • Posts: 8
  • Independent game developer using Unity and ShiVa
    • redmotion.com
Re: Script missing on BB10 device
« Reply #2 on: September 10, 2013, 03:24:04 AM »
Hi Alex,
Thanks that's worked, I also realised that the Playmaker/Editor folder was also a bad place to put it!
Growing pains!