Great insight! Very helpful and informative. Thanks for sharing the knowledge you've picked up through the trenches and making a smoother pathway for us new comers to follow. Looking forward to more of your content and hope you're game development is going well! ❤💪
@UnrealExplained only thing I would suggest is do whatever you feel passionate about sharing. The choices you have made so far are very useful for me(a new comer to game development). If anyone hasn't seen your trailer for endure I suggest they do. It display a large number of mechanics that are possible with unreal. 💪
Sure you can put it anywhere you want. I usually have my inventory component create it so my player can get the ref easy and it keeps the inventory system modular. It really just depends how you want to run your systems. For me I want my inventory to be modular so ill add windows to the main hud for my player as needed. In this example I just chose to have it on the player.
Great insight!
Very helpful and informative.
Thanks for sharing the knowledge you've picked up through the trenches and making a smoother pathway for us new comers to follow.
Looking forward to more of your content and hope you're game development is going well! ❤💪
@figuringitout4182 thank you very much. I'm open to any ideas if you have them. I'm trying to remember all the things I struggled with.
@UnrealExplained only thing I would suggest is do whatever you feel passionate about sharing.
The choices you have made so far are very useful for me(a new comer to game development).
If anyone hasn't seen your trailer for endure I suggest they do.
It display a large number of mechanics that are possible with unreal. 💪
Couldn't you just put your Main HUD in the Player Controller instead?
Sure you can put it anywhere you want. I usually have my inventory component create it so my player can get the ref easy and it keeps the inventory system modular. It really just depends how you want to run your systems. For me I want my inventory to be modular so ill add windows to the main hud for my player as needed. In this example I just chose to have it on the player.