playMaker
Home
Store
Showcase
Tutorials
Forums
Manual
Wiki
About Us
Playmaker Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Join our
Discord Channel
Home
Help
Search
Login
Register
Playmaker Forum
»
PlayMaker Help & Tips
»
iOS Help
(Moderator:
600
) »
Lag when activating game object
« previous
next »
Print
Pages:
1
[
2
]
Go Down
Author
Topic: Lag when activating game object (Read 16516 times)
escpodgames
Hero Member
Posts: 687
Re: Lag when activating game object
«
Reply #15 on:
July 21, 2014, 11:35:18 PM »
Is this Unity Gui text that slows the game down "GUI Text" OR "3D text" OR Both?? my current game is using a TON!!!! of 3D Text, would be great to get a performance boost by changing it.
Logged
Simple Assets -
https://www.assetstore.unity3d.com/en/#!/publisher/5217
DennisJensen
Full Member
Posts: 104
Re: Lag when activating game object
«
Reply #16 on:
July 22, 2014, 03:48:55 AM »
I think both, I switched to 2d toolkit for the gui text using a textmesh component they have. It works a lot better. I read that the GUI text takes up drawcalls and is expensive.
You can either switch it off and test the game, or check the profiler while the games runs. Thats how we found out.
A node:
If you are using a lot of transparency in your image files that may cause lag as well. I'm looking into it right now. But check out this link:
http://gamedev.stackexchange.com/questions/25929/ios-opengl-transparency-performance-issue
Cheers
Logged
Game Designer, CEO, Artist
http://2ndStudio.com
jeanfabre
Administrator
Hero Member
Posts: 15612
Official Playmaker Support
Re: Lag when activating game object
«
Reply #17 on:
July 22, 2014, 04:50:49 AM »
Hi,
yes, fonts should not be lite, so unlit shaders ( and pick ones optimized for mobiles) will work better.
Bye,
Jean
Logged
Print
Pages:
1
[
2
]
Go Up
« previous
next »
Playmaker Forum
»
PlayMaker Help & Tips
»
iOS Help
(Moderator:
600
) »
Lag when activating game object