wanted to know how make crafting system

help wanted to know how make crafting system

Hard to say without details on the game.
Here’s an example:
If woodstick is in collision with flintstone, create hatchet, delete woodstick, delete flintstone.

Maybe you can use raycast system to make slots like of minecraft and can do:
If raycast(of 0 degree) in collision with flint
and raycast (of 90 degree) in collision with steel
in create slot:
create flint and steel

1 Like

And yeah change the slot to empty slot.