Has anyone completed this Unity tutorial and have the full project/code?
▲ 0 r/unity

Has anyone completed this Unity tutorial and have the full project/code?

I’m currently following this Unity tutorial series:
https://www.youtube.com/watch?v=tSkKIqvDTEM&list=PLA-xaldQ72ryGL-DyIGasa0qa6mIMcic6&index=2

I’m trying to learn by building along with it, but I also tried adding and changing some things on my own, and I got a bit stuck because of that, so I wanted to compare my project with a finished version.

Does anyone have the completed project or GitHub/code for the full tutorial series?

Thanks in advance 🙏

u/NoTutor4458 — 5 days ago

Looking for unity open source third person shooter games to learn from

I'm looking for open-source unity third-person shooter games that I can study and learn from. I'm interested in projects with well-structured code, character movement, camera systems, shooting mechanics, AI, or overall game architecture. any recomendations?

reddit.com
u/NoTutor4458 — 11 days ago

Runtime vs Build-Time Translations for a Website

What is the usual approach in professional projects? Do most companies use runtime translations, build-time translations, or a mix of both? What are the main advantages and disadvantages of each approach?

My main concern with runtime translation is SEO, and with build-time translation is deployment complexity and the fact that switching languages requires reloading the whole site. I don't know wich one to pick...

reddit.com
u/NoTutor4458 — 14 days ago

How many users can a single .NET + Entity Framework backend handle with no caching?

I'm building a web application that mainly acts as an AI wrapper. The backend is built with .NET and Entity Framework, and for now I plan to run everything on a single server.

The app isn't just forwarding requests to an AI provider—it also stores and manages user accounts, conversations, settings, and other application data in a database.

I'm trying to get a rough idea of what kind of scale a setup like this can handle before I'd need to start thinking about multiple servers, load balancers, caching, etc.

Roughly how many concurrent users or requests per second could a single .NET + Entity Framework backend handle in a real-world production environment?

reddit.com
u/NoTutor4458 — 18 days ago

creating coting agent

Hi, I’m building a coding agent with a .NET backend and an Angular frontend. My main challenge is that I currently rely on a single AI API call per request, which limits how large or complex a project I can generate.

Right now, I ask the model to return a JSON structure containing a files array (each with path and code), then I parse it and generate the project files from that.

Is there a better architecture for this? Specifically, how can I design a system that makes multiple AI calls while still maintaining consistent context about the evolving project (files, changes, and previous decisions)?

EDIT:meant coding agent, not “coting” 😄

reddit.com
u/NoTutor4458 — 2 months ago
▲ 0 r/stripe

my country georgia is not in dropdown menu when creating account. can i just pick USA or some other country? will it work?

reddit.com
u/NoTutor4458 — 2 months ago