Game Items | C++ 3D Game Tutorial Series #44 | Early Access
The source code of the 44th tutorial of the C++ 3D Game Tutorial Series is now available in early access for the Patrons!
In this tutorial we will see how to add the Game Items!
In particular in this tutorial we will see:
- how to create the Sphere Collider Component,
- how to detect collisions between Player and Sphere Colliders
- how to create Game Items, like Medikits, Ammo Boxes etc.
- and, in the end, we will see how to implement specific logic for each type of Game Item (e.g. how to increase health when a collision between Player and Health Item is detected)
Here is the link : https://www.patreon.com/posts/89889002
I hope you'll enjoy it!
Thank you for all your support!