{"id":13785954,"url":"https://github.com/Borod4r/Screen-Shooter","last_synced_at":"2025-05-11T21:32:19.955Z","repository":{"id":44325385,"uuid":"53364388","full_name":"Borod4r/Screen-Shooter","owner":"Borod4r","description":"Screen Shooter is a simple tool for creating screenshots at any resolution within the Unity Editor.","archived":false,"fork":false,"pushed_at":"2023-11-27T02:55:10.000Z","size":1976,"stargazers_count":175,"open_issues_count":4,"forks_count":38,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-05-07T15:29:25.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Borod4r.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-03-07T22:39:40.000Z","updated_at":"2024-12-12T04:37:53.000Z","dependencies_parsed_at":"2024-01-17T05:13:05.153Z","dependency_job_id":"1fa9ea26-c531-4348-882a-a78de613bee6","html_url":"https://github.com/Borod4r/Screen-Shooter","commit_stats":null,"previous_names":["borod4r/screen-shooter"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borod4r%2FScreen-Shooter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borod4r%2FScreen-Shooter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borod4r%2FScreen-Shooter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borod4r%2FScreen-Shooter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Borod4r","download_url":"https://codeload.github.com/Borod4r/Screen-Shooter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253638975,"owners_count":21940434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T19:01:07.232Z","updated_at":"2025-05-11T21:32:17.265Z","avatar_url":"https://github.com/Borod4r.png","language":"C#","funding_links":[],"categories":["Editor Utility"],"sub_categories":[],"readme":"# ScreenShooter for Unity3d\n\nScreenShooter allows you to take multiple screenshots at different resolutions with just one click, right from the Unity editor.\n\n![Screenshoter logo](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/stuff/screenshooter/images/screenshooter_logo.png)\n\nFeatures:\n* Take multiple screenshots at multiple resolutions with a single click\n* Quickly create good high quality screenshots or wallpapers\n* Easily create all required screenshots for App Store or Google Play (presets included)\n* Add or remove resolutions with ease and save them for later use.\n* Take screenshots using any available camera\n\n### ScreenShooter window\n\nBefore being able to take screenshots, you will first need to open ScreenShooter window. Select **Tools → ScreenShoooter → Show Window** from the main menu, as follows:\n\n![Screenshooter menu](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/stuff/screenshooter/images/v1.3/menu_01.png)\n\n### Camera\n\nYou need to specify from which camera you want to take screenshots. The first enabled camera tagged \"MainCamera\" is selected by default.\n\n![Camera select](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/stuff/screenshooter/images/v1.2/camera.png)\n\n### Screenshots Configuration\n\nWith **ScreehShooter** multiple screenshots can be taken with a single click. For each screenshot, you can specify desired name, resolution and file format (JPG or PNG).\n\n![Screenshot Configurations](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/stuff/screenshooter/images/v1.2/screenshots.png)\n\nYou can do that manually or use predefined values from the dropdown menu:\n\n![Presets](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/stuff/screenshooter/images/v1.2/presets.png)\n\n### Tag\n\nThe tag is just a convenient way to specify common file name prefix for all screenshots that will be taken with one click. While this field is not required, it can save time in case you need to make few different sets of screenshots with the same configuration.\n\n![Screenshots Tag](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/stuff/screenshooter/images/v1.2/tag.png)\n\n### Save To\n\nScreenshots will be saved to `%YOUR_PROJECT%/Screenshots` folder by default. If you want to change the save path, click on **Browse** button and choose another folder, or enter the new path manually.\n\n![Save To](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/stuff/screenshooter/images/v1.2/saveto.png)\n\nIf target folder already exists then **Show** button will be enabled. You can use this button to open screenshots folder directly in system file manager.\n\nIf target folder doesn’t exist yet, it will be created when taking screenshots.\n\n### Take Screenshots\n\nFinally, you’re now able to take as many screenshots as you want, simply by pressing the **Take Screenshots** button! Also, you can do that by using the **Alt+Shift+S** keyboard shortcut.\n\n**Please note:** There is currently a known bug within Unity itself preventing *\"Screen space - Overlay\"* UI items from being captured. Once Unity's Developers fix this bug UI elements should be captured correctly. As a workaround you can switch canvas render mode to *\"Screen Space - Camera\"* and set canvas plane distance close to camera near clipping plane.\n\n![Screen Space](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/stuff/screenshooter/images/v1.2/canvas.png)\n\n### Folder Location\n\nThe “ScreenShoter” folder doesn’t require to be in the root of your project, you can freely  move it wherever you want.  Then just go to **Edit -\u003e Preferences -\u003e ScreenShooter** and update the folder location:\n\n![Screen Space](https://raw.githubusercontent.com/PhannGor/phanngor.github.io/master/stuff/screenshooter/images/v1.2/prefs.png)\n\n## Asset Store\nScreenShooter is donationware. If you want to support future development or just say \"thanks\" to autor, please buy it on the [Asset Store](http://u3d.as/q0j). Reviews are also highly appreciated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBorod4r%2FScreen-Shooter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBorod4r%2FScreen-Shooter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBorod4r%2FScreen-Shooter/lists"}