Search Issue Tracker
By Design
Votes
0
Found in
2019.2.0a8
2019.2.0f1
2019.3.0a1
Issue ID
1176883
Regression
Yes
Grid is not created in the Scene when adding a Grid component to a GameObject
Steps to reproduce:
1. Open the attached "Case_1176883"
2. Open the "SampleScene"
3. In the Hierarchy window select "GameObject"
4. In the Inspector window select change some values under the "Grid" component
5. Notice that there are no visible changes in the scene view
Expected results: Grid is displayed in the Scene view
Actual results: Grid is not displayed in the scene view
Reproducible with: 2019.2.0a8, 2019.2.2f1, 2019.3.0a12
Not reproducible with 2019.1.14f1, 2019.2.0a7
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note:
In 2019.2, this functionality has been moved to the 2D Tilemap Editor package. To enable this in your project, you can do the following:
-Open the Unity Package Manager Window by accessing Windows/Package Manager in the top menu
-Switch to All packages in the menu of the Package Manager Window next to the + button
-In the left tab, select 2D Tilemap Editor
-Click on the Install button at the bottom right of the Package Manager Window.
-After installing the package, select the GameObject with the Grid. The Grid visualization in the SceneView should appear.
Hope this helps!