Search Issue Tracker
Fixed
Votes
0
Found in
2018.4
2019.3.13f1
2019.4
2020.1
2020.2
Issue ID
1259255
Regression
No
Ruby's Adventure 2D Beginner project Scene View is in 3D orientation instead of 2D
How to reproduce:
1. Open Hub by double-clicking on Unity.exe
2. Navigate to Learn
3. Download Ruby's Adventure: 2D Beginner project
4. Open it
5. Observe the Packages and the Scene View
Expected result: all the 2D packages are installed, the Scene View orientation is 2D
Actual result: all the 2D packages are installed, the Scene View orientation is 3D
Reproducible with: 2019.3.13f1, 2020.2.0a16
Hub: 2.3.2
Comments (1)
-
alicederyn
Nov 28, 2020 14:39
Enabling 2D mode puts the camera into platforming mode, i.e. it points at the horizon, not the ground. Importing an asset does not create a Texture Type Sprite, like the walkthrough says it will. Clearly there is a lot more configuration missing than can be fixed by just "enable 2D mode". This is quite disheartening for a beginner :(
If the Hub learn project cannot be fixed to be 2D, perhaps it should be deleted + the instructions rewritten to walk through creating a new 2D project instead?
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
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
Resolution Note:
The package has been updated to include the 2D packages. Unfortunately Hub learn projects default to 3D orientation, but users can make a 2D Project and import Ruby Assets from the Asset Store. We've added a line in the tutorial telling users to enable 2D Mode also.