C
C#8mo ago
Goose

❔ Is my Unity + VS setup correctly? (NEWBIE HELP:C)

I am NEW and I mean NEW to the coding world as well as computers and I was interested in making a game. I am following this youtuber (https://youtu.be/lgUIx75fJ_E?si=3N03J-lBHENmRwW1&t=712) but I am running into 2 problems. My code doesnt have auto-complete which he then says I need to "check the official documentation" which I have no idea what that means! Also, my VS doesnt show I have errors like the youtubers does when he has an error (the red highlights). Are there any additional things I need to install? (I attached the random things I installed in VS...) Any help or guidance will be GREATLY appreciated! ❤️
Learn, Create, Play
YouTube
Beginning C# with Unity (2023 Edition) - Getting Started
Looking to learn C#? Looking to learn Unity? In this course, you'll do both at the same time! In this first episode, you will put Unity to the test by having print your name across the screen. Note: Unity is required. You can download the free version from Unity3d.com. This course has been developed using just the personal version. Visual Stud...
No description
18 Replies
Rofus-_-
Rofus-_-8mo ago
so rn for me i am learning how to make games in unity and learn programing and a website etc.. ok so i will give you a link to what my teacher said what i need to have (idk maybe this will be in another languesh so try to translate or something: https://csharp.progdocs.se/, and if you want to see even the recorning on when this is made etc.. here: https://drive.google.com/drive/u/2/folders/1nsHcXyU_TyDm2T9Iav6X-mtrtqBp0OVM (this is in swedish and this was live when we were following so i recomend watching the "TIA_1 01 Ladda ner och öppna projekt från github" basiclly stand for what you need to download to get started)
Google Drive: Sign-in
Access Google Drive with a Google account (for personal use) or Google Workspace account (for business use).
Goose
Goose8mo ago
i sent a request for the documentation
Rofus-_-
Rofus-_-8mo ago
you can't access the videos?
Goose
Goose8mo ago
no, perhaps because Im in Korea..
Goose
Goose8mo ago
No description
Goose
Goose8mo ago
Question: In the tutortial the youtuber's strings are green, and when I try to run the code and open it up on Unity it says "TextMeshProUGUI' does not contain a definition for 'Text' and no accessible extension method 'Text' accepting a first argument of type 'TextMeshProUGUI' could be found (are you missing a using directive or an assembly reference?) why is that?...
Rofus-_-
Rofus-_-8mo ago
do you have .vscode and everything in the setup so it can run? (ctrl + s to save and run it)
Goose
Goose8mo ago
The image on the right is the code from VS Code, unless theres a different one?
Rofus-_-
Rofus-_-8mo ago
if you look at the youtube you can see he have a lof of difrent files and i'm woundering if you hvae akk the things he has
Rofus-_-
Rofus-_-8mo ago
Rofus-_-
Rofus-_-8mo ago
it has .vscode in the file you can take the .vscode there and place it inside your vurses code file your doing everything in
Rofus-_-
Rofus-_-8mo ago
nvm use this one
Goose
Goose8mo ago
if im gonna be honest, I have zero idea what I am doing or even what youre saying, unfortunatly I dont think im going to download anything for now.. Do you think there is a better youtube video out there I should follow?
Buddy
Buddy8mo ago
Don't learn C# by using Unity. Learn C# by doing console applications, like you should for most applications. Unity is vastly different from what they call "normal" C#
Goose
Goose8mo ago
noted! thank you! I will do more research in the meantime! ❤️
Buddy
Buddy8mo ago
I would also recommend you to install Visual Studio Community 2022 https://visualstudio.microsoft.com/vs/ Scroll down a little till you see the download VSCode requires you to handle mostly everything manually. It's a buggy mess in my opinion for C#. VS (Visual Studio Community 2022) is bigger, but significantly better. VSCode is also not something I would recommend to a beginner - let alone an intermediate
Roan
Roan8mo ago
VSCode is pretty nice for web development though But for applications it would be better to use visual studio community indeed Also learn about nuget packages to make your life alot easier But that should be after you learn how to setup console applications etcetera
Accord
Accord8mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ factorial using equationSo i am stuck on this task where i have to also use equation for example 1*1 =1 1*2=2 2*3=6 and i sWeird behaviour if I included code after File.ExistsSo the EvaluateDbFile function is checking if a db file exists, if I leave it as it is now it evalua❔ Big Problem in C# plz someone helpso i'm new to coding (just so you know so if you say something to advanced i will maybe not know wha❔ How do I name an object after a variable in that object?I have a class with a variable called "name", how would i make "name" the name of the object?❔ Hi for some reason this exercise on indexing isnt clicking for me can someone guide me this?1-im used to properties that have a name this property has no name so i guess it refers to the class❔ Limit incremental generator's RegisterPostInitializationOutput() call to one specific assemblyIs it possible to add an attribute declaration code to a single assembly and let the code generation❔ What happening in background when i return Task.CompletedTask?I just wonder, what c# doing if i have async method returning Task.completedTask? does it try to syn✅ Razor pages, not reaching OnPost methodI have made a <form method="post"> and within it i have a <button type="submit" >. when i click on ❔ Visual Studio build error: "mark of the web"???Get this error every time I try to build my project. All I did was add a toolstrip to a form and now✅ Replace enum with class nameI'm working on an API right now which, for those familiar with OpenMP, is a parallel programming API