Playmaker Forum

Archived Boards => BlackBerry10 Help => Topic started by: redmotion on September 09, 2013, 04:59:16 PM

Title: Script missing on BB10 device [SOLVED]
Post by: redmotion 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 (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 (http://www.dropbox.com/s/vbta59fux6jq45q/playmakererrorBB10.png)
Quote
"could not create action: maybe script was removed?"
Thanks.
Title: Re: Script missing on BB10 device
Post by: Alex Chouls on September 09, 2013, 05:15:20 PM
Try changing the name of the file to match the class name: GetFPS.cs
Title: Re: Script missing on BB10 device
Post by: redmotion 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!