
#UNITY SCREENSHOT EDITOR FREE#
We are working on this in our free time, so if you want to support us you can get one of our assets. The delete button will ask you if you are sure and you have to click the button a second time consecutive. You can delete a Camera slot by pressing the respective red X button. You can also select a parent GameObject with other Cameras as children, if the capture methods supports that. Then drag any Camera from your Scene into the empty new slot that says None (Game Object). To add more Camera slots, press the ADD CAMERA button at the bottom of the Inspector / Editor Window.
#UNITY SCREENSHOT EDITOR CODE#
It supports all amounts of Cameras, because it simply saves what you see in the Game View. BepInEx is a universal Unity plugin loader to allow code execution and in-memory. "Cutout" will save a custom rectangle from the Game View pixel by pixel, no upscaling.If you only use one Camera, pick this one. "Render Texture" only supports a single Camera, but can also be supersized (float multiples of the Game View) and will always keep the object outlines sharp.This is the easiest option, so we made it the default. "Capture Screenshot" uses the built-in algorithm Application.CaptureScreenshot, which can be supersized (int multiples of the Game View) and supports multiple Cameras, but creates blurry object outlines for bigger resolutions.The Settings tab can be expanded by pressing TOGGLE SETTINGS. This lets you set all the important options of your screenshots: Taking screenshots is easy, just drop the Prefab ScreenshotCreatorPrefab into your Scene, add the Script ScreenshotCreator to a GameObject in your Scene or open a new Editor Window by clicking on the Menu Item 'Window' and then Screenshot Creator.


Taking screenshots is easy, just drop the Prefab ScreenshotCreatorPrefab into your Scene, add the Script ScreenshotCreator to a GameObject in your Scene or open a new Editor Window by clicking on the Menu Item "Window" and then Screenshot Creator. YourUnityProject /Assets/TheTopicbirdTools/ScreenshotCreator/ ThisTool. This folder simple needs to be placed inside your Unity project like this:

If you are a developer, you should help make it even more useful by forking the project on Github so everyone can take great screenshots with ease. With this editor extension you can take screenshots inside the Unity Editor and projects built with Unity.
