MaterialUI icon indicating copy to clipboard operation
MaterialUI copied to clipboard

Error within my game but not on seperate project?

Open Elit3d opened this issue 9 years ago • 10 comments

https://gyazo.com/91f6e926cc53cdb9397e155d8573694a not too sure what can be causing this.

Elit3d avatar Apr 06 '15 15:04 Elit3d

Hello. What is the Unity version you're using? Minimum must be 4.6.2

nah0y avatar Apr 06 '15 16:04 nah0y

I am using the latest 4.6, as I said it works on a seperate project but for some reason not in my game project

Elit3d avatar Apr 06 '15 16:04 Elit3d

Maybe you have a class named Toggle in your project

nah0y avatar Apr 06 '15 16:04 nah0y

Hm maybe. I'll have a look around. I am also using a custom inputmanager that changes the standalone input to another script maybe that coulthee it

Elit3d avatar Apr 06 '15 22:04 Elit3d

Any luck?

InvexGames avatar Apr 28 '15 19:04 InvexGames

No luck, im assuming its InputManager plugin as it requires a standalone input script change.

Elit3d avatar Apr 28 '15 21:04 Elit3d

Try removing InputManager to see if it's the cause maybe? Just to make sure. And sure that you don't have another class called Toggle?

nah0y avatar Apr 29 '15 06:04 nah0y

Yes I had a class called Toggle got rid of it and it worked. Now a question for the dropdown scrolling or just the UI stuff in general, how well can it handle controller support as well as keyboard and mouse support?

Elit3d avatar Apr 30 '15 14:04 Elit3d

Also because I am using another inputmanager where would I go to make the hover events work for things like the dropdown etc as I will need to change some code to register my mouse

Elit3d avatar Apr 30 '15 15:04 Elit3d

Hi! Thanks for bringing this issue to my attention :)

I'm now working on MaterialUI in a private repo, adding features and the likes for an official release on the Asset Store - this means that I won't be adding/fixing anything more in this repo (sorry). Feel free to fork this one if you'd like to tackle to issue yourself, and/or send me an email at [email protected] if you want me to let you know when it's available.

Cheers, Declan.

InvexGames avatar Jun 01 '15 17:06 InvexGames