Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - romain75

Pages: [1]
1
NGUI 3 Support / Re: Input Axis Mouse scrollwheel is not setup
« on: March 03, 2014, 04:51:13 PM »
hello,

I come to you about it.

UNITY said: UnityException: Input Axis Mouse scrollwheel is not setup.
  To change the input settings use: Edit -> Project Settings -> Input
UICamera.Update () (at Assets / Ngui / Scripts / UI / UICamera.cs: 984)

so I go into the script and I do this:
if (usemouse mHover &&! ​​= null)
{
/ / scroll = float! String.IsNullOrEmpty (scrollAxisName)? Input.GetAxis (scrollAxisName): 0f;
/ / if (scroll = 0f!) Notify (mHover "OnScroll" scroll);
is this correct?


in "input" I've checked the "snap" box
my camera in event source I checked only touch

but I always receive an error message

Can you help me please

thank you

2
NGUI 3 Support / Input Axis Mouse scrollwheel is not setup
« on: February 12, 2014, 03:36:16 PM »
hello all,
I have a problem with the pack Ngui
Can you help me, I start to unity.
it tells me:
UnityException: Input Axis Mouse scrollwheel is not setup.
  To change the input settings use: Edit -> Project Settings -> Input
UICamera.Update () (at Assets / Ngui / Scripts / UI / UICamera.cs: 984)

Can you help me please. I hope you do not waste time.

Pages: [1]