diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d4a741a1ace9671604f38041de6be2ec40c40a64 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Description +This plugin is written to help with in-game video recordings. For this, it provides an actor that is shaped like a little camera and can be positioned in the world. On play, a second window is opened, which shows the view of the camera. This window can easily be recorded with something like [OBS](https://obsproject.com/de/download). + +# Customization +You can change the rendering resolution of the camera in the actor itself. This also scales the output window accordingly. If you want to be able to grab the camera in-game, just derive a class from it and add your grabbing mechanism.