MODiX
✅ Looking for someone good at Unity ig
How to get the best help :catpog:
Make a post in #help or one of the topic channels under Development.
Avoid asking
:catthinking: Can anybody help me?
:catthinking: Has anyone used XYZ?
:catthinking: Why doesn't my code work?
C# is a big area! No one knows they can help unless you tell them about the small area you're trying to work in.
Explain what you are doing, and potentially why for as much context as possible. Avoid screenshots where possible, share code directly in Discord. Type
$code
into chat to learn how to post code.
See https://www.nohello.net and https://dontasktoask.com if you want common help chat room etiquette.10 replies
✅ Telegram Bot Mindee integration
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, what you expect the result to be, what .NET version you are using and what platform/environment (if any) are relevant to your question. Upload code here https://paste.mod.gg/, save, and copy the link into chat for others to see your shared code! (see $code for more information on how to paste your code)
15 replies
✅ What in the hell am I being asked to do here? Whats being done by me doing this?
Collections of application ideas that anyone can solve in any programming language to improve coding skills:
https://github.com/dotnet/dotnet-console-games
https://github.com/karan/Projects
https://github.com/florinpop17/app-ideas
123 replies
✅ What in the hell am I being asked to do here? Whats being done by me doing this?
You can download and install visual studio community from the following link https://visualstudio.microsoft.com/downloads/!
When installing it, the 3 basic workload to select based on what you want to do are:
123 replies
Create MSBuild custom task to modify C# files before compilation
If you want to make an incremental source generator, please make sure to read through both the design document and the cookbook before starting.
38 replies
✅ why am i getting the CS0246 error on unity for this code?
Interactive course
https://learn.microsoft.com/en-us/training/paths/get-started-c-sharp-part-1/
Videos
https://dotnet.microsoft.com/learn/videos
62 replies
✅ why am i getting the CS0246 error on unity for this code?
You have a syntax error in the code which suggests you don't have your editor configured. You need to configure it before you do anything Unity related.
:bulb: IDE Configuration If your IDE is not autocompleting code or underlining errors, please configure it. Select one: • :visualstudio: Visual Studio (Installed via Unity Hub) • :visualstudio: Visual Studio (Installed manually) • :vscode: VS Code • :jetbrains: JetBrains Rider • :question: Other/None
62 replies
✅ Need Help with .NET C# Console Project (visualizing) (SOLVED)
Spectre.Console is a .NET library that allows for easy creation of console UIs, text formatting in the console, and command-line argument parsing.
https://spectreconsole.net/
52 replies
✅ Hosting ASP.NET Core with MSSQL on a Linux VPS
Cheap recommendations
https://www.scaleway.com https://www.digitalocean.com
https://www.linode.com https://www.ovh.co.uk
https://www.time4vps.eu https://www.vultr.com
https://www.hetzner.com https://contabo.com
Always free options
https://cloud.google.com/free
https://www.oracle.com/cloud/free/#always-free
12 replies