I noticed that when i tried to serialize Paddle paddle1 it shows me an error Severity
Code Error CS0246 The type or namespace name ‘Paddle’ could not be found (are you missing a using directive or an assembly reference?) Assembly-CSharp E:\Projects\UNITY\Block Breaker\Assets\Ball.cs 8 Active
I have tried with GameObject paddle1 , no error, but still doesn,t work.
I managed to make it work using PaddleControl paddle1.
I use unity 2019.4.4 or something like this, has unity changed or am i missing something ?