Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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
4
Question by whttt · Sep 07, 2015 at 09:23 AM · unity 5uicpu usagegraphic

The CanvasRender.OnTransformChanged use CPU much

i only use localPosition in UGUI,without using scale etc.but in profiler, CPU Usage is high,this is picture. This problem has troubled me a long time. Help me~!alt text

prefiler.png (167.5 kB)
Comment
Add comment · Show 1
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 MoruganKodi · Jun 19, 2016 at 04:27 PM 0
Share

I have the same problem: I would assume UGUI would suspend recttransform's OnTransformChanged property while a gameobject is INACTIVE - however this is not the case:

Disabled gameobjects still fire the event on disabled rectTransforms, causeing huge CPU spikes when generating procedurally generated UI content (EG: list boxes of list items generated from prefabs - each instantiated item gets it's OnTransformChanged event fired while being layed out via code, even if the gameobject is not active).

I have a custom inputmananger in my project with editable axis, whenever I load my control input bindings screen on my settings scene - I get CPU spike whenever the UI is generated procedurally - mainly because OnTransformChanged is being called EVERY time i update a single recttransform property on instantiated prefabs (thus 3 times for setting scale) PER transform + all nested recttransforms.

Unity needs to stop processing ALL layout events for disabled objects in a scene...

OR:

We need something similar to the kind of SuspendLayout()/ResumeLayout() methods seen in WinForms whichs prevents scale/move,resize events from being fired during the time a procedural UI is being generated.

EG: (conceptual, please do this unity):

Canvas.SuspendLayout(); // layout the couple of hundred UI elements that are procedurally generated, // OnTransformChangedEvent should be completly suppressed // SetActive(True); on all procedurally generated child items (without triggering transform events) Canvar.ResumeLayout(); // Upon ResumeLayout should only run a single pass on all modified transforms/UGUI elements.

This would help solve many CPU bottlenecks currently caused bu UGUI during layout phases at run time.

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by akuno · Apr 21, 2017 at 09:30 AM

Just solved it for my project: Do not move your canvas.

Had my Canvas as a child of the Player object, which was moving, thus trigged that event. Put your Canvas on a separate gameObject that doesnt move, and it shall be fixed.

Comment
Add comment · Share
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

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

5 People are following this question.

avatar image avatar image avatar image avatar image avatar image

Related Questions

Disable on screen keyboard for mobile phones 1 Answer

UI Text In Seconds 2 Answers

Unity 5: How to display bird eye view layout of a 3D scene with UI component overlay on screen? 1 Answer

Stacked UI Panels do not position as expected 0 Answers

I want UI to be displayed when shifting gears. 0 Answers


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