atil / fpscontroller

A Q3-like first person controller for Unity
MIT License
108 stars 7 forks source link

Use of [SerializeField] generates tons of compiler warnings #1

Closed ghost closed 2 years ago

ghost commented 5 years ago

Great asset, I'm extending it for my game right now :)

However, you use lots of

[SerializeField]
private Footsteps _footsteps;

which generates lots of

image

So it would help if these were public.

atil commented 5 years ago

Thanks. Gonna take care of this.

atil commented 2 years ago

Added = default to [SerializeField] variables in 5ad78d6f