This repository hosts the source of the Dev Workbench Unity package (com.l47coder.dev-workbench) together with a minimal Unity host project that is used for developing and dogfooding the package. .
Standard Unity setups often lead to tightly coupled dependencies. Your Player.cs takes damage and needs to update the health bar, so it calls UIManager.Instance. Now your player is hard-coupled to ...