🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest Components Activity

For something that is “one big thing,” you can build it as a subsystem, or you can build it as a series of interacting components.

Having each tile be a separate object is generally not going to work out well, if for no other reason than because calling a virtual function for each tile to do anythin…

5,003 views
Advertisement
AndyPett
September 17, 2020 09:38 AM
Components based programming

I have been looking at Data Driven Development with Unity, but so far I haven’t been able to understand how everything works in that aspect with the jobs, burst compiler etc. Maybe I will later, but for now I want to focus on what I know so that we can build this game and get it done.

What I did lik…

5,117 views

@doomoperator It might be you want a derive the ArtifactWheel class from UActorComponent and not "A" AActorComponent. 

4,392 views
Advertisement
Advertisement