A quirky exploration game where you play as a robot trying it’s best to plant life on various unforgiving planets. Discover and experiment with different components to fix the atmosphere and terrain on each planet in any way you can.

Post news Report RSS Seed Projectiles

Seed throwing for the base planting mechanic - In-Progress.

Posted by on

ezgif 2 b7b58e9c9f18

Hello!

Discussed is the mechanic to throw seeds. The projectile actor class follows the same structure as that of the “First Person” Example template from Epic, with a few modifications:

Custom Ground Collision:

Seeds should only be destroyed on collision with the ground, so we used a custom SurfaceType (assignable in Project Settings > Physics), and spawned plant actors with a simple animation when colliding with the ground. The animation was done using a timeline in blueprints.

One issue was ensuring Collision Component for the Projectile has bReturnMaterialOnMove enabled. This gives the physical material we use to identify the ground when the HitComponent() Event is triggered.

image

Seedling:

Wheat

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: