Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Once I got the hang of the stereoscopic view I can now switch my brain instantly into it. Once I switched my monitor into 144hz it was MUCH easier as well, I was seeing some flickering/tearing from the refresh rate on 60hz. Is there a way to get unity to use exclusive fullscreen? That would help with people that have G-Sync monitors and a second screen, you can't get it to work outside exclusive fullscreen (not windowed fullscreen like unity usually runs)

It's weird though, I see some circles in the 3d view when I look around (they are 3d, cylinders i guess would be a better description) it's probably an artefact of the view distance. 

I wonder if there is any way to add a slight tint to the enemies to make them stand out more, maybe make the dots darker or lighter in that area (no idea how this kind 3d effect works). 

The distance also seems exaggerated, like everything is way further away than it is. 

Maybe it could be cool to add a normal-view toggle (like a hotkey) to see the normal rendering (even without textures), it could help people figure out what they are supposed to see.

I love the idea so far, what effect would making the noise finer or coarser have? What about if it changes faster or slower. I imagine it would affect the 3d effect, but can it be finer and still work?

I'm not sure about exclusive fullscreen, I'll have to look into it.

The circles are a result of how the stereogram's layers are calculated. Any given pixel will have a separation value, which rounds to the nearest integer. The separation value determines how far away it'll appear, but because of the rounding, things only appear in layers. Since the player position is represented as a point in space, you can imagine spheres around that point for each of the layer distances. So if the sphere intersects with a wall, the closer layer will look like a circle popping out of the wall. Like catalystman said, there's probably a way to get enough layers that it looks like true 3d; I just haven't figured it out yet.

Enemy tinting would be very helpful; I've been thinking about ways to do that without them being visible in the 2D "out of focus" view.

I could add a normal-view toggle pretty easily, but as it is now it would look like a depth map instead of the textured game. Still, that could be helpful.

I also have some more settings for controlling the noise, but I haven't added them all to the menu yet. I'll probably just add more settings so people can play around with them.

Thanks for all the feedback, I really appreciate it!