我的实际代码:
function Update() { if(Input.GetMouseButtonDown(0)) { Debug.Log("foto"); Application.CaptureScreenshot(Application.dataPath + "Screenshot.png"); } }
我需要为此功能输出每张照片的路径.
谢谢!
android screenshot image path unity-game-engine
android ×1
image ×1
path ×1
screenshot ×1
unity-game-engine ×1