SpicyCatGames
SpicyCatGames
CC#
Created by Mei on 12/10/2023 in #help
✅ Can't use "Console.ReadLine();"
You should print the entered string or debug through it.
16 replies
CC#
Created by CrosRoad95 on 3/11/2023 in #help
❔ .net 7, net 7.0.3 compatibility issues? in docker
Installed sdk?
13 replies
CC#
Created by CrosRoad95 on 3/11/2023 in #help
❔ .net 7, net 7.0.3 compatibility issues? in docker
13 replies
CC#
Created by CrosRoad95 on 3/11/2023 in #help
❔ .net 7, net 7.0.3 compatibility issues? in docker
Why do you need solutions other than the one that works?
13 replies
CC#
Created by CrosRoad95 on 3/11/2023 in #help
❔ .net 7, net 7.0.3 compatibility issues? in docker
What?
13 replies
CC#
Created by CrosRoad95 on 3/11/2023 in #help
❔ .net 7, net 7.0.3 compatibility issues? in docker
13 replies
CC#
Created by CrosRoad95 on 3/11/2023 in #help
❔ .net 7, net 7.0.3 compatibility issues? in docker
--list-sdks
13 replies
CC#
Created by georgemcsteel on 3/6/2023 in #help
❔ Visual Studio not producing templates?
Go to the individual components tab from top, choose .net 6 or 7
18 replies
CC#
Created by granpy on 3/7/2023 in #help
❔ I learned all basic stuff what now?
I learned all of c# through unity and then moved to dotnet
31 replies
CC#
Created by granpy on 3/7/2023 in #help
❔ I learned all basic stuff what now?
You don't need all that. Unity is more fun and you can learn c# through unity too. The only thing you need absolutely to learn before unity are the basics of oop.
31 replies
CC#
Created by georgemcsteel on 3/6/2023 in #help
❔ Visual Studio not producing templates?
Do you have dotnet core sdk installed?
18 replies
CC#
Created by Nonethousand on 3/1/2023 in #help
✅ use one string if a condition is true, else use another string
It's called ternary operator
5 replies
CC#
Created by Nonethousand on 3/1/2023 in #help
✅ use one string if a condition is true, else use another string
foo = (condition) ? "hello" : "world";
5 replies
CC#
Created by .tosi. on 2/11/2023 in #help
❔ Sprites are invisible in build?
I can take a look if you want. I used to use unity for many years but I haven't for the last 1.5 years as I moved to web dev. So don't remember much these days.
9 replies