So I'm following a tutorial on setting up A.I Navigation via query method to leverage on DOTS. Problem now is that the Entity is moving, but the GameObject is not moving. I understand that there are 2 ways to resolve this.
1st Way is to resolve the Entity/Mesh issue where it's not showing up visually.
2nd Way is to attached scripts to both Entity and GameObject so that the GameObject would be able to access the Entity AND the Entity will be able to access the GameObject.
Issue is I'm not sure the best way to do this or are there already components that does this for you? (For the 2nd option)