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.

Do I need to define tags for RayPerceptionSensor?

Discussion in 'ML-Agents' started by JPhilipp, Jan 30, 2020.

  1. JPhilipp

    JPhilipp

    Joined:
    Oct 7, 2014
    Posts:
    56
    Hi! May I leave the Detectable Tags field in RayPerceptionSensorComponent3D empty if I'm not interested in any tags in particular for now, but just want the Agent to generally differentiate between collisions and non-collisions in the scene?

    Thanks!
     
  2. celion_unity

    celion_unity

    Unity Technologies

    Joined:
    Jun 12, 2019
    Posts:
    289
    Yeah, that should be fine, but if you see any errors, let me know.
     
    JPhilipp likes this.
  3. JPhilipp

    JPhilipp

    Joined:
    Oct 7, 2014
    Posts:
    56
    Many thanks!