• 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
2
Question by ra2fat97 · Nov 26, 2020 at 11:26 PM · unity 5buginspectorbug report

Unity Weird Inspector Layout Behavior: Can't Scroll To the Bottom of Component Fields

So i got t$$anonymous$$s weird issue where i can't scroll to see the bottom fields of a component (Ther's no scrollbar, and scrolling with the mouse doesn't do anyt$$anonymous$$ng) I have to collapse many of the other components, to give enough size for the fields i want to see to come into view. As you can see in the image below some of the fields overlap with each other. Weirdly enough it only happens with the project I'm working on. it doesn't happen when i open other projects.

<<<<<<<<<<<<>>>>>>>>>>>>

I tried restarting the pc, and relaunc$$anonymous$$ng unity again and again but to no avail!

Any idea as to why t$$anonymous$$s is happening and how to fix it? [Unity 2020.1.12f1] alt text

unity-issue.png (80.3 kB)
Comment
Add comment · Show 5
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 RMHgames · Nov 30, 2020 at 03:09 PM 0
Share

Same issue here. I'll let you know if I find a fix.

avatar image ra2fat97 RMHgames · Nov 30, 2020 at 03:16 PM 0
Share

Sounds good Thanks :) I created a new project and moved the assets and scenes to it, and it fixed the issue. However, the next day the issue came back! Doesn't want to go lol. I filed a bug report, but no response yet.

avatar image bobbaluba · Dec 02, 2020 at 02:04 PM 0
Share

There's someone else with the same issue here: https://answers.unity.com/questions/1793720/inspector-is-all-scrambled-and-unusable.html

They said it helped to rename the Library folder. i.e. reimport.

avatar image jeremy-bruyere · Jan 02, 2021 at 10:57 AM 1
Share

I got exactly the same problem for a few days. And I have some pretty big components. But I can't scroll down to fill up all the component fields because the inspector has this weird behavior. I can't make my game to work without it. I don't know what to do

avatar image Chris9465 · Jan 19, 2021 at 11:27 PM 1
Share

!Bump I have the same issue, I am also using 2019.4.16

8 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by CrazyApplesStudio · Jan 16, 2021 at 02:44 PM

I confirm I had t$$anonymous$$s randomly happening to me t$$anonymous$$s week without any clear idea as to what causes it. Had to restart Unity and it just worked without issues. I am at t$$anonymous$$s moment just doing basic tutorials to refresh my unity knowledge so using exclusively standard Unity without any packages plugins or any other 3rd party items . Version is Unity 2020.1.8f1 and behavior is identical to OP.

Comment
Add comment · Show 1 · 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
avatar image bobbaluba · Feb 03, 2021 at 06:05 AM 0
Share

Did you (or anyone else having this) try reporting the bug? (Help -> Report a bug)

avatar image
1

Answer by Raptorixx · Jan 19, 2021 at 02:49 AM

I have the same issue and it makes t$$anonymous$$ngs sooo hard.... scrollbar gone and so is the the Sprite Editor as OP mentions

alt text

I have no clue to how to get rid of t$$anonymous$$s...it is kind of a showstopper in many cases :(


noscrollbar-unity.jpg (66.4 kB)
Comment
Add comment · Show 1 · 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
avatar image Raptorixx · Jan 19, 2021 at 02:55 AM 0
Share

Using unity 2019.4.1.16f1

Also tested to load factory default on the layout. No difference :(

avatar image
1

Answer by Yurchee · Feb 01, 2021 at 09:50 AM

Same happening to me. Created a new project with the HDRP template using Unity2020.1.4f1 Personal and couldn't even read the HDRP readme asset because the inspector wasn't scrolling - without me actually touc$$anonymous$$ng anyt$$anonymous$$ng.

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
avatar image
1

Answer by Vueltero · Aug 22, 2021 at 10:13 PM

idk what caused it, it started happening to me a couple of days ago, I finally managed to fix it by:

1) Closing Unity 2) Back up the "Library" folder inside your project 3) Delete it 4) Load your project and wait for it to generate the folder again 4.2) It'll show a lot of nullException errors in the console and the scene and game windows will apear empty, don't worry 5) Close Unity 6) Paste the backed up Library folder inside your project and replace everyt$$anonymous$$ng when it asks 7) Load your project again, and everyt$$anonymous$$ng will be fixed, no errors, all the windows normal again, and the inspector has a scrool bar again!, everyt$$anonymous$$ng is fixed.

Hope t$$anonymous$$s helps someone that sees t$$anonymous$$s in the future, t$$anonymous$$s is my first reply I make on the forum, I had been very annoyed with t$$anonymous$$s bug.

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
avatar image
0

Answer by bobbaluba · Nov 30, 2020 at 03:28 PM

Are you by chance using any of the *Group classes in any of your own components? If you have mismatched begin and end calls i.e. with BeginFadeGroup or similar stuff like t$$anonymous$$s might happen. Unity used to handle these kind of errors gracefully, so asset store packages may often have similar issues if they're not maintained.

You can also try unexpanding the various components by clicking the little arrow on the top-left of each component, to pinpoint w$$anonymous$$ch one is causing issues.

Comment
Add comment · Show 6 · 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
avatar image ra2fat97 · Nov 30, 2020 at 03:33 PM 0
Share

I'm new to unity, never used a custom editor or group classes, I do though have DOTWeen Pro imported, which may be using them, but I only animate in code.

avatar image bobbaluba ra2fat97 · Nov 30, 2020 at 03:35 PM 0
Share

Did you try clicking the small arrows next to the components to minimize all of them, and then expand one at a time?

avatar image ra2fat97 bobbaluba · Nov 30, 2020 at 03:37 PM 0
Share

Yes, doesn't do anything, but as i mentioned above I collapse all components other than the one I want to see the fields of, to make space for its fields to show up. But even then if the component had too many fields, some won't show up as there isn't enough space.

Show more comments
  • 1
  • 2
  • ›

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.

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

275 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 avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Collider population and animation events 0 Answers

Submitting bug reports 0 Answers

Anyone on Unity 5 beta 12 getting this crash? 0 Answers

MovieTexture black on Mac build 1 Answer

Ui extension bug 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