Very cool 3D game.
I like the premise of AI relationships and the potential for crazy that presents when they’re shut down.
In the server room, the enemies rushed me into a corner and pushed me out of the level. The camera couldn’t keep up when running to the data center. I suggest clamping the camera to a rectangle around the player so that doesn’t happen while still having the smooth camera movement.
For the web lag, it’s possible to front load the lag by preloading the shaders. I’ve done it before by creating all the objects at the beginning of the game behind a loading screen Control and let them run for a fraction of a second. You’ll need to make sure every instance in game is using the same material though.