L-I-V-E-2DAY
L-I-V-E-2DAY
CC#
Created by Cerius on 5/15/2023 in #help
❔ It don't work I'm a Unity beginner.
it don't work tells us virtually nothing
37 replies
CC#
Created by Cerius on 5/15/2023 in #help
❔ It don't work I'm a Unity beginner.
again, instead of "It don't work" what is the actual error it is giving you
37 replies
CC#
Created by Cerius on 5/15/2023 in #help
❔ It don't work I'm a Unity beginner.
whats the error, thats a good place to start
37 replies
CC#
Created by Alberto on 5/14/2023 in #help
❔ Very easy question, about classes
depends on your exact use case I suppose
8 replies
CC#
Created by Alberto on 5/14/2023 in #help
❔ Very easy question, about classes
classes are used all the time in js... i've never used blazor so can't really help but you probably should be using classes in your js.
8 replies
CC#
Created by sergio9 on 5/14/2023 in #help
❔ Unity 3D
I started c# with unity, though my first language was c++ so im sure that helped. There is so much unity content that I consider it a very valid way of starting c#
13 replies
CC#
Created by sergio9 on 5/14/2023 in #help
❔ Unity 3D
gamedevacademy has good tutorials, maybe start there and adapt it to your needs https://gamedevacademy.org/how-to-build-a-complete-2d-platformer-in-unity/
13 replies
CC#
Created by sergio9 on 5/14/2023 in #help
❔ Unity 3D
yeah what have you done so far? what are you having trouble with?
13 replies
CC#
Created by sergio9 on 5/14/2023 in #help
❔ Unity 3D
thats a bit broad for here, did you have something specific you were struggling with?
13 replies
CC#
Created by ! Calimero on 5/13/2023 in #help
❔ Can someone assist me? I am trying to run Update-Database and I am receiving an error message.
add its certificate authority to your trusted root/intermediate certification authorities
6 replies
CC#
Created by ! Calimero on 5/13/2023 in #help
❔ Can someone assist me? I am trying to run Update-Database and I am receiving an error message.
Whatever certificate the server is presenting during SSL, you aren't trusting its Certificate Authority
6 replies
CC#
Created by Rikk on 5/11/2023 in #help
✅ Need help regarding variables and class.
you could, it depends on what you want to support. If we are talking full calculator functionality it would have to be all floats, a calculator can handle 0.3 * 1.2 just fine.
260 replies
CC#
Created by Rikk on 5/11/2023 in #help
✅ Need help regarding variables and class.
its also so much slower, even though it uses a lot of c
260 replies
CC#
Created by Rikk on 5/11/2023 in #help
✅ Need help regarding variables and class.
python is good to learn programming basics on, but overall its a worse language for actual programs. I like it for scripting and light repeatable tasks
260 replies
CC#
Created by Rikk on 5/11/2023 in #help
✅ Need help regarding variables and class.
yeah python just doesn't enforce typing so its a bit different
260 replies
CC#
Created by Rikk on 5/11/2023 in #help
✅ Need help regarding variables and class.
You could, that would allow you to stick with integers. But there are some different types that handle decimals better ( better said, they handle floating-point operations) there are 3: float, double, and decimal but for these purposes I would just start with float, its the smallest of the 3 and has the least amount of precision but its best practices to only use the types you need to use.
260 replies