Hi, i would like to know what is better for optimalization? I have object and i can pick it and save it into inventory.
I am using collision on that object, so if my character colide with item he got report and can pick it.
I can use line trace, test the distance and that do the same…
But what is better collision or line trace? Is there some big difference in optimalization or something else?
Thanks for your answers.