Thank you, finally someone who actually explained interfaces in a comprehensible way!
@simonrodriguez66003 жыл бұрын
Good job
@theofficialamt66263 жыл бұрын
question can you make a series on making a survival game like The Forest I really like the inventory system & character stats mechanics.
@yozzahughes39394 жыл бұрын
Hes back
@-DeeplyDisturbed-4 жыл бұрын
Why do you use a capsule collider, and not a raycast?
@JoeVonD4 жыл бұрын
There’s a couple reasons, the first reason is line traces use Event Tick which ends up using more resources than adding a component to a blueprint. The second is that I’m more familiar with capsule collision components. And the third is it’s easier to see the visual representation of the interaction radius in the viewport with a capsule collision. Line traces are used pretty often and can definitely accomplish the same effect but I want to attempt to have newer programmers not rely on Event Tick. Hopefully that helps answer your question!
@-DeeplyDisturbed-4 жыл бұрын
Joe Von D Thanks. It does answer my question. It makes sense.
@Rehd662 жыл бұрын
Eh..when I make a new function it changes the stamina function as well Edit: Never mind. As I suspected, I'm a moron.