Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Placing Blocks

Discussion in 'VR' started by ThunderHold, Feb 4, 2023.

  1. ThunderHold

    ThunderHold

    Joined:
    Feb 3, 2023
    Posts:
    1
    I have a gun that shoots bullets, and I want to make it so the bullets will create a Block wherever they hit the panel/ground, but I can't get it to work. Any tips?
     
  2. nilagard

    nilagard

    Joined:
    Jan 13, 2017
    Posts:
    77
    There's plenty of tutorials on youtube of how to do the exact thing you are looking to do. This is basic code and pretty much basic knowledge of how Unity works with gameobjects, collision and object handling. Do some unity courses on their homepage and you'll soon find out how to do this.