just out of curiosity, can I ask you for what did you use the “async Task Start()” function? i have used Unity for 2 years, and i have never used that kind of syntax in my scripts! that function gives me more “C#” vibes and Unity’s. using C# outside of Unity is actually very different! You will rarely need to do asynchronous functions in Unity, Coroutines are an easy alternative of them if u didn’t know.
Viewing post in Developer Log #19: Unity is... Pretty tough. comments
I... Was never aware of that. I don't even know what the "async Task Start()" is for. I'm taking a guess and saying it's the...
I just relooked, why do I have async Task Start()? What in the- Ok that's weird. I swear I remembered using some kind of ike, func start()... Wait no that's Godot.
Yeah I'm checkin' it, it's void Start(). Why did I use Task Start()??
Jeysus, thank you for pointing that out.