Making a Fisheye Camera in Unity
I had to create a fisheye camera for my research, but I couldn’t find a resource that I can use right away. So I created my own fisheye camera model for Unity. I order to create a virtual fisheye camera, you need to create mesh objects and use add them to a Unity project. Here…