Hi,
Using a line trace is there a way to set the interaction range per object. For example I want to be able to pick some items up from mid range but doors and ladders I need to be very close. Anyone done something like this?
Hi,
Using a line trace is there a way to set the interaction range per object. For example I want to be able to pick some items up from mid range but doors and ladders I need to be very close. Anyone done something like this?
Use an interface, send the trace distance to the interactive object, process it there and have it return data describing what happened.
Or do that, process it in the instigator - which may actually be a better idea
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.