Topic: Title screen

How can u controlle the title screen with a joystick without mouse

Share

Thumbs up Thumbs down

2 (edited by shubi 2015-02-22 07:10:36)

Re: Title screen

You have to change/add some lines of code to the IntroScript.cs.

Read the content of the input controller

AbstractInputController p1InputController = UFE.GetPlayer1Controller();

and create your menu-actions based on the input.
Look at the DoFixedUpdate()-part of the CharacterSelectionScript.cs, there it has been included.
Line 154-202

shubi's Website

Share

Thumbs up +1 Thumbs down

Re: Title screen

I'm a a horrible coder can u show me what I exctaly need to do

Share

Thumbs up +1 Thumbs down

Re: Title screen

sbrtate22 wrote:

I'm a a horrible coder can u show me what I exctaly need to do

Double that! I also have the same problem

Share

Thumbs up Thumbs down