• 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 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 this 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 anything) 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 relaunching unity again and again but to no avail!

Any idea as to why this 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 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 at 11:27 PM 1
Share

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

4 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by CrazyApplesStudio · Jan 16 at 02:44 PM

I confirm I had this randomly happening to me this week without any clear idea as to what causes it. Had to restart Unity and it just worked without issues. I am at this 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 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 at 02:49 AM

I have the same issue and it makes things 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 this...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 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 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 touching anything.

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 this 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 which 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

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

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

271 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

Related Questions

Collider population and animation events 0 Answers

Submitting bug reports 0 Answers

Coroutines white death causes? 0 Answers

Unity Crashes On Startup 1 Answer

UNET. Ho to use different NetworkManager in offline and online scane? 0 Answers

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges