Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

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.

(+1)

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.