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 199 forks source link

Mesh.createVBO - Performance issues #36

Open grosssmutttr opened 9 years ago

grosssmutttr commented 9 years ago

After adding about 100 List Items to a ListView the app runs very slow on a Samsung Galaxy S2.

Unity 5 profiler: Mesh.createVBO is the most expensive process

InvexGames commented 9 years ago

Thanks for filing the issue - I'll get to it when I can :)

nah0y commented 9 years ago

Nice video on the subject :) https://youtu.be/2UKPRbrw3Kk

InvexGames commented 9 years ago

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 invex@invexgames.com if you want me to let you know when it's available.

Cheers, Declan.