as a postal 2 fan, this made me waste way too much time in a good way. one complaint though is the lack of a linux version, but that can be fixed somewhat with wine
Glotega Studios
7
Posts
A member registered Jul 18, 2023 · View creator page →
Recent community posts
2D Top down controller for Unity comments · Replied to NyanYann in 2D Top down controller for Unity comments
2D Top down controller for Unity comments · Replied to NyanYann in 2D Top down controller for Unity comments
2D Top down controller for Unity comments · Replied to NyanYann in 2D Top down controller for Unity comments
New to unity, downloaded on 2022.3.4f1 with 2 errors
Assets\TopDownController2D\Scripts\TopDownCharacter2D\UI\EntityHealthGaugeUpdater.cs(4,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
Assets\TopDownController2D\Scripts\TopDownCharacter2D\UI\EntityHealthGaugeUpdater.cs(13,34): error CS0246: The type or namespace name 'Slider' could not be found (are you missing a using directive or an assembly reference?)
How to fix? And yes, Cinemachine and Input System are installed
Edit: Seems that UnityEngine.UI (Line 4) isn't a proper namespace type and removing it seems to fix it. And "Slider" (Line 13)... isn't a real thing? Did you mean SliderEditor?