playMaker

Author Topic: UniStorm Request  (Read 8934 times)

eirsik

  • Playmaker Newbie
  • *
  • Posts: 22
UniStorm Request
« 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

Lane

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

eirsik

  • Playmaker Newbie
  • *
  • Posts: 22
Re: UniStorm Request
« Reply #2 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.

Lane

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

eirsik

  • Playmaker Newbie
  • *
  • Posts: 22
Re: UniStorm Request
« Reply #4 on: December 04, 2014, 03:51:53 PM »
Hmm, Cant find the minuteCounter or hourCounter

eirsik

  • Playmaker Newbie
  • *
  • Posts: 22
Re: UniStorm Request
« Reply #5 on: December 04, 2014, 04:20:44 PM »
I have been through all of the options.

Lane

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

eirsik

  • Playmaker Newbie
  • *
  • Posts: 22
Re: UniStorm Request
« Reply #7 on: December 05, 2014, 04:50:22 AM »
Oh, noob me. I will test this later today! thanks!

eirsik

  • Playmaker Newbie
  • *
  • Posts: 22
Re: UniStorm Request
« Reply #8 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)

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: UniStorm Request
« Reply #9 on: December 05, 2014, 03:47:35 PM »
What version of Unity and Playmaker? Does it do it on other scripts?
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

eirsik

  • Playmaker Newbie
  • *
  • Posts: 22
Re: UniStorm Request
« Reply #10 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.

eirsik

  • Playmaker Newbie
  • *
  • Posts: 22
Re: UniStorm Request
« Reply #11 on: December 05, 2014, 04:04:50 PM »
Tried on the FPSPlayer script on Realistic FPS package, same results on that as well.


Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: UniStorm Request
« Reply #12 on: December 05, 2014, 04:06:32 PM »
Can you file a bug report with a link to a repro project?
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

eirsik

  • Playmaker Newbie
  • *
  • Posts: 22
Re: UniStorm Request
« Reply #13 on: December 05, 2014, 04:11:58 PM »
Sure, was hoping to be able to work on my project this weekend tho.

eirsik

  • Playmaker Newbie
  • *
  • Posts: 22
Re: UniStorm Request
« Reply #14 on: December 05, 2014, 04:29:12 PM »
Sent