poly
Refugee
Hey guys,
I'm attempting to make my very first mod and it's going quite well - I'm now comfortable with xml thanks to watching Max Fox's youtube playlist and I've got to the point where I'm learning Unity to create my own blocks/integrate free assets into the game.
However, I've encountered a problem that I have tried to solve for 3 days - any help would be appreciated. Perhaps someone with more knowledge of Unity than me - I'm at pre-beginner level
So I have an object, it's a tree, and made the xml to display it in the game. It works fine without errors.
However, when I punch the tree nothing happens. I can't walk through the tree so collision is working okay, but it doesn't register my interaction with it.
My Unity parent-child looks like this:
parent:
child:
Can anyone see any obvious reasons as to why it won't register hit points?
The xml is working fine - to test this I just change the model to a basic 1x1 cube I created and it works okay so I don't know what the issue is.
Many thanks!
I'm attempting to make my very first mod and it's going quite well - I'm now comfortable with xml thanks to watching Max Fox's youtube playlist and I've got to the point where I'm learning Unity to create my own blocks/integrate free assets into the game.
However, I've encountered a problem that I have tried to solve for 3 days - any help would be appreciated. Perhaps someone with more knowledge of Unity than me - I'm at pre-beginner level

So I have an object, it's a tree, and made the xml to display it in the game. It works fine without errors.
However, when I punch the tree nothing happens. I can't walk through the tree so collision is working okay, but it doesn't register my interaction with it.
My Unity parent-child looks like this:
parent:

child:

Can anyone see any obvious reasons as to why it won't register hit points?
The xml is working fine - to test this I just change the model to a basic 1x1 cube I created and it works okay so I don't know what the issue is.
Many thanks!