Playmaker Forum

PlayMaker News => General Discussion => Topic started by: colpolstudios on February 01, 2014, 07:25:23 PM

Title: Typewriter style information for the user
Post by: colpolstudios on February 01, 2014, 07:25:23 PM
Not to sure if this is even possible i would like to display a string of text information but one letter at a time like it was being typed.

What thoughts are there about this type of information would it be a good or bad idea.

mission objectives is what i thought of putting into the string fields.

Any one any ideas on how to go about doing something like this in unity?
Title: Re: Typewriter style information for the user
Post by: parallel on February 02, 2014, 08:39:07 AM
Personally I like typewriter effects for certain situations, just don't type too slow :p
Don't have the brainpower atm to offer a suggestion on how to roll your own, but here's an asset which takes care of it:

https://www.assetstore.unity3d.com/#/content/215
Title: Re: Typewriter style information for the user
Post by: Alex Chouls on February 02, 2014, 10:40:49 AM
There's also a Playmaker sample that shows a typewriter effect.

Download the sample scenes:
http://www.hutonggames.com/tutorials_game_design_with_playmaker.php

Then look at this scene:
Assets\PlaymakerSamples\TestLab\GUI\Typewriter
Title: Re: Typewriter style information for the user
Post by: colpolstudios on February 03, 2014, 03:47:37 PM
@ Alex thanks i will take a look.

The typewriter was perfect, just adapted it to my specific needs.

Thank you for the information.