C
C#17mo ago
-Alex-

❔ Help connect VS-Code to Unity and Simplify running program

I want to connect Unity and VS code Also ive done it before but i want to simplify how you run the code I'm a beginner and i'd rather a conversation than a link to somewhere thanks
2 Replies
circles.png
circles.png17mo ago
connect? why? running the code is very simple its just press a button or control/cmd p
Accord
Accord17mo 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
❔ Issue with unit testing and projects not startingI'm writing up tests for my controller, but I need to grab an access token for authorization to do a❔ Retrieve API data in C#What structure would you use if you want to create an API that retrieves data from another API and r❔ HttpRequestException: No Such Host is known. (url.com:443) using WorkerService issueGreetings! I'm getting this error when my Win Service attempts to connect to my endpoint. It throws ✅ api response 401hey, I'm trying to use nlpcloud to translate text there is curl example: ```cpp curl "https://api.nl✅ warning MSB3246: Resolved file has a bad image, no metadata, or is otherwise inaccessible.I'm doing some codes in visual code and I don't what's wrong exactly. So the thing is I did a localh❔ Is there any way to create a pointer to a C# generic classI have a script that uses a class "fogGrid<bool>". At the start of the script I want it to be able t❔ need help with homework (while loop)hey guys, I am a novice programmer I currently go to school for an MSIS degree I am learning c# I h❔ Recursion Method Psuedocodehow do i recursively sort both sublists at the bottom? in pseudocode they are written left:=MergeSo✅ Code ReviewI'm a little worried I am not following SOLID and best practices to the best ability: https://www.re❔ How to build a function that return TextFragmentCollection based on PDF file url?I already have a searchable pdf, but I want to convert it into pdf with digital text...I already got