sashimikitty
sashimikitty
CC#
Created by peebrain on 2/23/2025 in #help
good c# learning resources for game dev?
but yes the transition will be smooth once u get the logic
10 replies
CC#
Created by peebrain on 2/23/2025 in #help
good c# learning resources for game dev?
even assembly language isnt universal for all OS
10 replies
CC#
Created by peebrain on 2/23/2025 in #help
good c# learning resources for game dev?
of course ull have to learn the specific functions and stuff for the framework, there is no universal game dev framework
10 replies
CC#
Created by peebrain on 2/23/2025 in #help
good c# learning resources for game dev?
no ofc not, for example i only knew unity c# before, then i tried creating my own engine with a tuto in c++ and it went perfectly well
10 replies
CC#
Created by peebrain on 2/23/2025 in #help
good c# learning resources for game dev?
try to understand the logic behind programming languages, then the diff languages just have diff syntax but behind its the same logic
10 replies
CC#
Created by peebrain on 2/23/2025 in #help
good c# learning resources for game dev?
well, generally learning any language helps you a lot on learning other languages, once u learn and understand c# u can easily work with python, c++, java, rubby ect.. But yes each engine doesnt have "the language for games", unreal does c++ and blueprints, unity does c#, godot does c# and godot language, game maker does GML, ect
10 replies
CC#
Created by peebrain on 2/23/2025 in #help
good c# learning resources for game dev?
look tutorials for Unity
10 replies
CC#
Created by sashimikitty on 10/26/2024 in #help
✅ Desktop app not opening
$close
4 replies
CC#
Created by sashimikitty on 10/26/2024 in #help
✅ Desktop app not opening
nvm fixed it, i anyone is wondering i had to delet the .suo file and restart
4 replies
CC#
Created by slowly losing it on 10/11/2024 in #help
what are hashtags for in C#?
basically compiling = take c# and make it binary (very very basically)
21 replies
CC#
Created by slowly losing it on 10/11/2024 in #help
what are hashtags for in C#?
No description
21 replies
CC#
Created by slowly losing it on 10/11/2024 in #help
what are hashtags for in C#?
yep for example
21 replies
CC#
Created by slowly losing it on 10/11/2024 in #help
what are hashtags for in C#?
its basically a line that executes only when the scripts compiles, for example: #undef DEBUG (makes DEBUG tag to false) #if DEBUG all the code here doesnt get compiled, its like it never existed and wont show in the decompiled dll #endif
21 replies
CC#
Created by ٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴ on 9/26/2024 in #help
Help
as for int.Parse is the int's own convert function
27 replies
CC#
Created by ٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴ on 9/26/2024 in #help
Help
but basically the class Convert can convert string to any type, so basically if u have a custom class/struct it can convert string into it
27 replies
CC#
Created by ٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴ on 9/26/2024 in #help
Help
it works too ofc
27 replies
CC#
Created by ٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴ on 9/26/2024 in #help
Help
int.parse is converting string to int
27 replies
CC#
Created by ٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴ on 9/26/2024 in #help
Help
seeing the level of the original problem, i think its a bit too advanced for that xd
27 replies
CC#
Created by ٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴ on 9/26/2024 in #help
Help
i don't really get what you tried to do
27 replies
CC#
Created by ٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴ on 9/26/2024 in #help
Help
do you want to check if the user wrote an odd and an even number?
27 replies