WheelyCatStudios / torte

GNU General Public License v2.0
4 stars 0 forks source link

Missing Vital Packages #10

Closed realQuartzi closed 3 years ago

realQuartzi commented 3 years ago

Describe the bug Project default does not contain specific packages and global settings.

Additional context We are missing the new Input System which can be retrieved from the Package Manager in Unity. TextmeshPro has not yet been introduced to the project as well. ( It is a unity default ) Sprite Layer Alignment. ( For sorting sprites dependent on their y value )

Screenshots Input System image

TextmeshPro image

Sprite Layer Alignment image

Development Version

jdngray77 commented 3 years ago

@realQuartzi please could you clarify what you mean about the sprite layer alignment not being included?

I tested changing the values shown, and they appear in the change list as expected.

image

realQuartzi commented 3 years ago

@realQuartzi please could you clarify what you mean about the sprite layer alignment not being included?

I tested changing the values shown, and they appear in the change list as expected.

image

Why this is important is so that Sprites are layered correctly throughout the project. And example shown here... ( Red being the sprite which is supposed to appear behind the blue sprite ) [Without y set to 1] image [With y set to 1] image

The settings have to be x:0 y:1 z:0

If this explanation is not sufficient I am gladly to showcase it in a call.

jdngray77 commented 3 years ago

I see, so what you're asking for is the values 0, 1, 0 by default. Gotcha.

realQuartzi commented 3 years ago

Yes sir :)