How can I leave the layer at default?

ymo

Member
I set a trigger right under the Nolan sword item hierarchy, but when I run the game, the layer changes from Default to Sub Character.
How can I leave the layer at default?
 

Attachments

  • treeTriggerScreenshot.jpg
    treeTriggerScreenshot.jpg
    282.9 KB · Views: 5
If you leave a child collider as default then the character will collide with it so you don't want to do that. The locomotion component will automatically change any non-trigger sphere and capsule colliders.
 
If you leave a child collider as default then the character will collide with it so you don't want to do that. The locomotion component will automatically change any non-trigger sphere and capsule colliders.
Even if you change the layer of sworditem to chracter, it will be changed to subcharacter.
I want to create a mechanism to cut trees with sworditem.
I want to make a contact judgment between a tree and a sworditem.
Do you have a any idea?
 
Top