Remove Clipping Remove Collision Remove Mesh Remove Point and Click
article thumbnail

Soft Body in Godot 3.1

Mircosoft Game Dev

To create a Soft Ball is to add a SoftBody node and add a mesh to it, in this case I used a sphere maded in Blender (I used a custom mesh because the sphere created dynamically by Godot is not completely closed, but just for a test you can use it). Now, just click Play and enjoy your soft ball :).

article thumbnail

Unity Bolt Tutorial: How to Add Triggers & Switches

SOVEREIGN MOON

Manage game collectibles like gold, money or points. However, if we jump back into our inspector tab and select “is trigger”, essentially, we’re changing this object from a collision object to a trigger object. So what we’re saying here essentially, is that “on collision” we want Bolt to look for the tag of this particular game object.

Code 52
article thumbnail

Creating a See-Through | X-Ray Effect In Unity – Shader Tutorial

Awesome Tuts

To see the available shaders first we need to create a material by Right Click -> Create -> Material: After we create the material, select it by Left Clicking on it, then in the Inspector tab you can see its options. Now that we have the shader, create a new material by Right Click -> Create -> Material.

Shaders 90