Skip to content

Commit 2ffed2a

Browse files
author
Felix Lange
committed
log recording destination
1 parent 0c0e873 commit 2ffed2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Recording/Recorder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ void SaveRecording()
149149

150150
AssetDatabase.CreateAsset(recording, assetPathAndName);
151151
responseText = String.Format("Recording stored under {0}.", assetPathAndName);
152+
Debug.Log(responseText);
152153

153154
AssetDatabase.SaveAssets();
154155
AssetDatabase.Refresh();

0 commit comments

Comments
 (0)