Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by yigites · Feb 20, 2013 at 12:29 AM · gameobjecttouchguitexturelaguser interface

Touch are laggy on ipod touch(4th gen.)

Hi. I am currently using gameObjects for user interface in my game. The are childed to main camera and i use this code for detecting touches.

function Update() { if(Input.touchCount > 0) { for (var i = 0; i < Input.touchCount; ++i) {

     var xTouch : Touch = Input.GetTouch(i);
     var xRay : Ray = Camera.main.ScreenPointToRay (xTouch.position);
     var xHit : RaycastHit ;
     
     if(Physics.Raycast (xRay, xHit, 25) )
     {
         if(xHit.collider.tag == "bLeft" && !isPaused)
         {
            rotLeft = true ;
            rotRight = false;
            
         }
                // and there is more but same as above
           }

}

This worked for me until some of new level in my game touches are very laggy on my iPod Touch(4th gen.) Booth with unity remote and builded version. Should i use guitexture for user interface or this lag occur because of something else. By the way laggy level has only 8-10 draw calls, other levels has 20-25 draw calls.

Comment
Add comment · Show 2
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image yigites · Feb 20, 2013 at 03:27 PM 0
Share

I have figure it out. I have ground sprite and collider on it. It's strange, I was scaled them and made bigger to reduce draw calls; after that touch-lag problem occurs.And now i scaled them back the problem gone.

avatar image Fattie · Feb 20, 2013 at 03:29 PM 1
Share

generally keep an eye on your CPU usage. the iPod4 works fine but it can run really slow if CPU gets too high

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

10 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

hit moving Gameobject by touch 0 Answers

Lag when activating GameObjects 5 Answers

I have touch detected now how do I make it talk to my movement script ? 2 Answers

Function to locate game object with smaller distance to target makes the game lag - UnityScript 1 Answer

Input across scripts 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges