Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: dangalg on March 05, 2017, 06:08:42 AM

Title: building hearthstone style game
Post by: dangalg on March 05, 2017, 06:08:42 AM
Would you use ngui for the grid for the cards in hand and on the battlefield? we have used this in our game and find it is very slow on mobile.
Any suggestions?
Title: Re: building hearthstone style game
Post by: ArenMook on March 06, 2017, 05:25:06 PM
Without any info on your setup, I can't tell you what's making it slow. Can be any number of reasons related to doing something wrong such as having too many draw calls, or having only one panel and constantly moving widgets inside it (which changes all draw calls all the time). You will need to provide more details.