Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: eirsik on December 04, 2014, 10:42:22 AM

Title: UniStorm Request
Post by: eirsik on December 04, 2014, 10:42:22 AM
Hello all!

I was wondering if it is possible to request some actions? Or even a addon pack? I'm willing to pay for it as I dont expect anyone to do anything for free.

What I basically need is some actions to interact with UniStorm.
Tried to use Get/SetProperty but I get an error telling me it returned over 10000 values or something.

I think that UniStorm returned too much information for PlayMaker to handle.

I need an action to get the current time and date and store it in string, one for time and one for date.

Thanks
eirsik
Title: Re: UniStorm Request
Post by: Lane on December 04, 2014, 11:26:58 AM
Tried to use Get/SetProperty but I get an error telling me it returned over 10000 values or something.

I think that UniStorm returned too much information for PlayMaker to handle,

What properties were you targetting?

You want the minuteCounter, hourCounter, etc... This worked fine in my test.
Title: Re: UniStorm Request
Post by: eirsik on December 04, 2014, 03:42:39 PM
Hmmm... Im I being a noob here? I drag'n drop the UniStormSystemEditor into the states and select "GetProteties" from the popup.
Title: Re: UniStorm Request
Post by: Lane on December 04, 2014, 03:45:31 PM
Yep, thats right. Now you just specify which variable you want to return and store it locally.

Try minuteCounter and hourCounter.
Title: Re: UniStorm Request
Post by: eirsik on December 04, 2014, 03:51:53 PM
Hmm, Cant find the minuteCounter or hourCounter
Title: Re: UniStorm Request
Post by: eirsik on December 04, 2014, 04:20:44 PM
I have been through all of the options.
(http://www.norsat-ent.com/img/fafefefe.jpg)
Title: Re: UniStorm Request
Post by: Lane on December 04, 2014, 07:56:40 PM
You have to drag the Component (script), not the GameObject. Those are just all the basic GameObject properties.


Follow it up to the 2:00 mark.
Title: Re: UniStorm Request
Post by: eirsik on December 05, 2014, 04:50:22 AM
Oh, noob me. I will test this later today! thanks!
Title: Re: UniStorm Request
Post by: eirsik on December 05, 2014, 03:34:16 PM
Set Property work fine and I get all the variables, but when i use Get Property and click on Property to get the drop down list, unity freezes for a while and I get 999+ errors in console, all begins with: "Failed to insert item. Name: z, Command: 98525" (and a lot of other numbers)
Title: Re: UniStorm Request
Post by: Lane on December 05, 2014, 03:47:35 PM
What version of Unity and Playmaker? Does it do it on other scripts?
Title: Re: UniStorm Request
Post by: eirsik on December 05, 2014, 03:56:19 PM
Unity: 4.6. and the latest of PlayMaker 1.7.7.f6

Tried on another script, and it worked fine there.
Title: Re: UniStorm Request
Post by: eirsik on December 05, 2014, 04:04:50 PM
Tried on the FPSPlayer script on Realistic FPS package, same results on that as well.

(http://www.norsat-ent.com/img/asgsag.jpg)
Title: Re: UniStorm Request
Post by: Lane on December 05, 2014, 04:06:32 PM
Can you file a bug report with a link to a repro project?
Title: Re: UniStorm Request
Post by: eirsik on December 05, 2014, 04:11:58 PM
Sure, was hoping to be able to work on my project this weekend tho.
Title: Re: UniStorm Request
Post by: eirsik on December 05, 2014, 04:29:12 PM
Sent
Title: Re: UniStorm Request
Post by: eirsik on December 29, 2014, 10:06:22 AM
Any updates to this issue? It's been a while since I sent in the bug, haven't heard anything yet.

This issue annoys me and I need to get it working soon  :(
Title: Re: UniStorm Request
Post by: pit on March 04, 2015, 04:32:13 AM
hi folks, i have exactly the same problem with playmaker and unistorm. working with the latest versions and handle this problem currently with a coded workaround but this can only be a interim solution ... would be great if you have any news about it or maybe also any smart idea to handle it!
Title: Re: UniStorm Request
Post by: cmy on May 20, 2015, 04:34:15 PM
We are encountering the exact same issue with our in house scripts, can anyone at least confirm this problem is being addressed? This is a big monkey wrench in our work flow.
Title: Re: UniStorm Request
Post by: Ony on June 29, 2015, 06:38:05 PM
I have the same problem now with one of my scripts that has been working fine for 6 months now (not related to Unistorm as I don't have that and don't know what it is). I added one additional variable to the script, and now when I try to call it I get the error results everyone else is getting.