Swapping to Univeral Render Pipeline and testing out some stylised lighting@
This commit is contained in:
6
Assets/Scripts/Player.cs
Normal file
6
Assets/Scripts/Player.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class Player : MonoBehaviour
|
||||
{
|
||||
public float health;
|
||||
}
|
||||
Reference in New Issue
Block a user