InvexGames / MaterialUI

MaterialUI is a UI kit for Unity that follows Google's official material design guidelines.
http://invexgames.com/materialUI.html
Other
771 stars 200 forks source link

Input Text performance issue #18

Closed timnak closed 9 years ago

timnak commented 9 years ago

So I was trying out the text input. If you try to type something really fast, it'll drop the frame rate to zero and gets stuck for a second or so.

Is this Unity UI's issue or MaterialUI?

nah0y commented 9 years ago

Hello.

Why did you close it so fast? Was it a problem on your side?

timnak commented 9 years ago

Hey,

I though I deleted it. Yeah, I bound the F key before to some process intensive script and I forgot.

nah0y commented 9 years ago

Hehe good news, thanks!

InvexGames commented 9 years ago

That's funny.

However, you're not wrong about there being some performance issues - to get the automatic multiline to work with the builtin text edit component, I had to do it in some pretty horrendous hackish way, which I plan on changing - or at the very least optimising.

InvexGames commented 9 years ago

Alrighty, it was the last version that was bad - it's actually pretty good.