Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
2 captures
13 Jun 22 - 14 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
2
Question by Hubbard_Stephen · Nov 03, 2021 at 03:38 PM · scene view

After using tilemap, can't select game objects in scene view normally until I close and re-open scene tab.

I don't believe it's a layering or UI issue. I simply can't click anything in the scene view with left-click. I can still click go's in the hierarchy and move them that way, however.

unity 2021.1.10f1

Suggestions?

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

2 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by patrickjarnfelt · Nov 10, 2021 at 08:37 AM

Same for me! If I close the tile pallete window I can select items in the editor view again. Just going to a different tab (hiding the tile pallete window) is not enough.

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 Plattinator · Nov 21, 2021 at 05:20 PM

I also had this issue. I was able to fix it but I had to embed the tilemap package in my project and edit the GridPaintPaletteWindow.cs file. You can find the tilemap package in your project folder /Libarary/PackageCache. Copy and paste the com.unity.2d.tilemap@1.0.0 folder to your project folder /Packages. Seems to be a problem with the PaintableSceneViewGrid. In the ActiveToolChanged method, I added this to the end:

 // PaintableSceneViewGrid seems to be breaking regular scene view interaction after using the tilemap editor.
 // If this is a built-in Unity Editor tool, then destroy the paintable scene view grid.
 // Otherwise recreate it if needed.
 if (ToolManager.activeToolType.Assembly == typeof(Editor).Assembly)
 {
     DestroyImmediate(m_PaintableSceneViewGrid);
 }
 else if (m_PaintableSceneViewGrid == null)
 {
     m_PaintableSceneViewGrid = CreateInstance<PaintableSceneViewGrid>();
     m_PaintableSceneViewGrid.hideFlags = HideFlags.HideAndDontSave;
 }
Comment
Add comment · Show 2 · 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 patrickjarnfelt · Dec 02, 2021 at 08:57 AM 0
Share

I don't have a ActiveToolChanged method in PaintableSceneViewGrid class (com.unity.2d.tilemap@1.0.0). I did have one in GridPaintPaletteWindow where adding your hack worked. Thank you! Let's hope Unity fixes this in a co$$anonymous$$g update, because this way, we'll have to readd the hack if we want to update the package.

avatar image Hubbard_Stephen patrickjarnfelt · Dec 02, 2021 at 03:34 PM 0
Share

I think this actually fixed my issue! Mine was also in GridPaintPaletteWindow. Thank you, guys!

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

130 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

Related Questions

If I create GameObjects in OnSceneGUI, how can I destroy them when my control is no longer selected? 1 Answer

FindObjectsOfType HideFlags.DontSave problem 0 Answers

Display both a first person and third person view 0 Answers

canvas elements is not visible in camera preview 0 Answers

How To Show Particle Animation In Scene View 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