There is my project. I have 2 main issues with my game currently. First is the issue stated in the title. What I have done is made 1 game object, with walls, then copied and pasted it so i could use the same shape, but rotated. This is found in map/map.collection. I get the error ERROR:GAMESYS: Collision objects in 3D can not have a tile grid as shape. Anyone know how to get an easy fix to this, or is it a case of placing the walls in manually?
Secondly, before i copied and pasted the game objects i was having an issue of the camera, and most likely the player as well being stuck in the floor and being unable to move. I have the camera added to player.collection, which is part of hud.collection. I am using this as my main collection btw. Anything to check for, or known solutions? I haven’t found anything
Thanks in advance