 ipreferironcube Registered User |
Quote
|
2025-01-29 21:03:05 |
|
I am trying to make an enemy follow the player, it already is looking at the player, but when i try to move into facing direction, it just goes to the right! Do someone know why this happens?
|
 okeoke Registered User |
Quote
|
2025-01-30 09:35:14 |
|
It might be because your model faces the wrong direction. Set your model Y rotation to zero, add any standard prefab character to the map and see if they look into the same direction.
if they are not, you need to update the model itself using modelling software of your choice. Basically, all character models should be faces along +Z axis.
|
 ipreferironcube Registered User |
Quote
|
2025-01-31 21:59:10 |
|
It is just a red cubemesh created in coppercube, i did not code the "look to scenenode", its from an old exstension and i tested it, it works.
|
 ipreferironcube Registered User |
Quote
|
2025-03-17 22:12:00 |
|
I already fixed it, i dont want to check what did i fix, because it is night. But thanks.
(By the way, i actually used BlockBench only to the character.)
|