Playmaker Forum

PlayMaker Help & Tips => PlayMaker Tutorials => Topic started by: djaydino on August 11, 2015, 02:07:07 PM

Title: Get keyboard input into a string
Post by: djaydino on August 11, 2015, 02:07:07 PM
Hi,
i had some people asking for this sooo... here we go :)

Title: Re: Get keyboard input into a string
Post by: djaydino on February 21, 2016, 06:53:13 PM
Hi,
I added a sample to get keyboard input for mobile
and i will try to make a video soon
Title: Re: Get keyboard input into a string
Post by: replikant on May 05, 2016, 01:30:39 PM
Playmaker stops working when I install the "any key store string" action
Title: Re: Get keyboard input into a string
Post by: djaydino on May 06, 2016, 02:57:12 AM
Hi,

i tested it on the latest version of playmaker and unity, but every thing seems fine here.

What error are you getting?

In your project tab try to search for the action and check if there is no duplicate
there might be 2 of them,
if so remove all of them and get it again from the EcoSystem (https://hutonggames.fogbugz.com/default.asp?W1181).

did you get the action from the ecosystem?
Title: Re: Get keyboard input into a string
Post by: replikant on May 07, 2016, 02:36:55 PM
hello



I checked, there is no duplicate and I use ecosystem.

It seems to be a conflict with the array maker actions, because AnyKeyString works in a different project where arraymaker is not installed.



I receive this message once AnyKeyString is installed:

first error


Assets/PlayMaker Custom Actions/ArrayMaker/PlayerPrefsxGetArrayList.cs(233,63): error CS0103: The name `PlayerPrefsX' does not exist in the current context


second error


NullReferenceException: Object reference not set to an instance of an object
hello
UnityEngine.UI.Graphic.OnRebuildRequested () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/Graphic.cs:480)
UnityEngine.UI.GraphicRebuildTracker.OnRebuildRequested () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/GraphicRebuildTracker.cs:33)
UnityEngine.CanvasRenderer.RequestRefresh () (at C:/buildslave/unity/build/artifacts/generated/common/modules/UI/CanvasRendererBindings.gen.cs:314)







thanks

r
Title: Re: Get keyboard input into a string
Post by: djaydino on May 08, 2016, 12:21:29 PM
Hi,
hmm....very strange.
can you make a bug report or explain in this (http://hutonggames.com/playmakerforum/index.php?topic=835.0) topic so Jean (he is the person who made array maker)
so he can see what the problem is.
Title: Re: Get keyboard input into a string
Post by: Michael1975 on August 14, 2016, 01:10:58 PM
This is so insane, I wouldn't imagine there is a function like this. Great tut!