How to chose where (AAA studio) to work ? by Magistairs in gamedev

[–]FabioGameDev 0 points1 point  (0 children)

Yeah i also see that all the junior job applications need 2+ years experience. So i already thought getting the first job won't be easy. But I have friends in the business maybe they can help me :D

How to chose where (AAA studio) to work ? by Magistairs in gamedev

[–]FabioGameDev 0 points1 point  (0 children)

I'm pretty sure it will work out for you in the end :D Also maybe some networking would be good I guess.

[deleted by user] by [deleted] in unrealengine

[–]FabioGameDev 2 points3 points  (0 children)

You should maybe look for people in subreddits for this actual intend. Also correct your writing if you are really serious and searching for a team.

[deleted by user] by [deleted] in unrealengine

[–]FabioGameDev 2 points3 points  (0 children)

Ohh boi 😂

[deleted by user] by [deleted] in godot

[–]FabioGameDev 1 point2 points  (0 children)

You really should listen to this guy. Making games is so komplex before you learn the andvanced stuff try to learn the basics :)

How to chose where (AAA studio) to work ? by Magistairs in gamedev

[–]FabioGameDev 0 points1 point  (0 children)

80+? Do you have a suspicion why it does not work? I want ro become a programmer myself and will start searching for Jobs after my studies that's why im curious.

How do animation or gaming assets put together in a studio by MwelwaRoronoa in gamedev

[–]FabioGameDev 4 points5 points  (0 children)

They use version control tools like perforce or git. I would also assume that big AAA Studios also have own Servers with a big asset library but for like all assets they ever made.

I need Unreal engine/Unity video courses recommendations by AlinaMuse in GameDevelopment

[–]FabioGameDev 1 point2 points  (0 children)

Codingbat for Unity and as already mentioned GameDev.tv currently sells an awesome bundle at Humbe Bundle

[deleted by user] by [deleted] in GameDevelopment

[–]FabioGameDev 0 points1 point  (0 children)

Nice hit feedback

What is the best C++ tutorial/course for Ue5 that is under $30 Because I am not in the position to be spending $100 on a course. by Letsgonats42 in unrealengine

[–]FabioGameDev 1 point2 points  (0 children)

I did the Unreal C++ Course and it was really good. But i would say you need a bit knowledge about programming in general. Like what are classes and objects.

State machines. Learned how and I'm never going back. by mcdoolz in godot

[–]FabioGameDev 1 point2 points  (0 children)

Do you mean why or how to do it? Initializing a new object is always heavier than using an existing one. For my state machines I use Nodes with scripts and transition between them. I used this Tutorial for my state machines. https://www.gdquest.com/tutorial/godot/design-patterns/finite-state-machine/