So as you can see in those screenshots I have a wall visible in the game view but not in my scene view? I have checked every single wall in my hierarchy and not a single one is unaccounted for so I have no idea why this one is here, I have restarted unity and like I said checked all objects in my scene. It isnt coding related as I have no code on any of these walls, any ideas? I really dont want to rebuild this level
Never mind I fixed it, if anyone seeing this has this same problem I fixed it by making a script to select all objects in the scene and rename them to a number, then I added a raycast to detect and then print any object you look at, I just walked over, got the number and found a stray object which I deleted, thanks.