Created
July 8, 2020 20:14
-
-
Save phi-lira/ccc01e5f5b54e3bf624abd90ef02e373 to your computer and use it in GitHub Desktop.
Run XCode Capture from Unity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Create a new XCode Metal (library) project. | |
2. Edit Scheme. Product->Scheme->Edit Scheme | |
3. Run, Info tab, and point to your application | |
E.g. /Application/Unity/Hub/Editor/Unity.app | |
4. Run, Arguments tab to add cmdline arguments | |
E.g. -projectPath "/Users/name.name/projects/MyProject" | |
5. Run, Options tab, set to GPU Frame Capture to Metal | |
6. Run the project and click the camera icon from XCode to take a capture |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks his helped!