microsoft / MapsSDK-Unity

This repository contains samples, documentation, and supporting scripts for Maps SDK, a Microsoft Garage project.
MIT License
650 stars 128 forks source link

About using -batmode #172

Closed yuki3358 closed 2 years ago

yuki3358 commented 2 years ago

Right now I'm trying to create a batch snapshot of a map using the Map SDK, but when I try to generate the map in -batch mode it doesn't, but there are some precautions on the Map SDK side. mosquito?

kircher1 commented 2 years ago

If you're trying to take a screenshot of a scene with a map, try using the Recorder package: https://docs.unity3d.com/Packages/com.unity.recorder@2.5/manual/index.html

This is what was used for capturing the screenshots/gifs you see in the Readme and wiki.