FAQ

How do I Import the asset?

Go to the Unity asset store and visit your Package manager.

  • Go to My Assets

  • Search for Grab Master

  • Then download and import the package

Is there an example of this asset working?

Yes, you can open the Assets > Grab Master v1.0 > Scenes > Grab Master Demo

What is the Controls list for the inputs?

Inputs / Controls List

I’m having trouble getting the interaction to work. What can I do?

Make sure your physics objects have:

  • The Layer: Grabbable

  • Component: GrabbableObject

My Raycast isn't working properly? When I look at objects lower down it doesn't interact

Make sure your character controller (If it has a collider) has the layer of Ignore Raycast (This will stop the Raycast being interrupted when looking at lower objects)

My managers don’t stay between scenes properly?

In the UI Manager GameObject you will find the UIManager componet script, this has a Persist Between Scenes boolean checkbox. (Tick that if you want to keep between scenes)

How can I change the character controller that is used in this asset?

Using a different Character Controller

Last updated