Roan
Roan
CC#
Created by n on 1/16/2024 in #help
First time using delegates/lambda expressions
public event EventHandler NewEvent; <--- this automatically creates a delegate for you to! public event EventHandler<CustomEventArgs> NewEvent; <--- For when you need custom args.
33 replies
CC#
Created by Goose on 10/28/2023 in #help
❔ Is my Unity + VS setup correctly? (NEWBIE HELP:C)
But that should be after you learn how to setup console applications etcetera
31 replies
CC#
Created by Goose on 10/28/2023 in #help
❔ Is my Unity + VS setup correctly? (NEWBIE HELP:C)
Also learn about nuget packages to make your life alot easier
31 replies
CC#
Created by Goose on 10/28/2023 in #help
❔ Is my Unity + VS setup correctly? (NEWBIE HELP:C)
But for applications it would be better to use visual studio community indeed
31 replies
CC#
Created by Goose on 10/28/2023 in #help
❔ Is my Unity + VS setup correctly? (NEWBIE HELP:C)
VSCode is pretty nice for web development though
31 replies