FAQ

How do I Import the asset?

circle-info

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?

circle-info

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

What is the Controls list for the inputs?

Inputs / Controls Listchevron-right

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

circle-info

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

circle-info

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?

circle-info

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 Controllerchevron-right

Last updated