We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e1863 commit 45de6caCopy full SHA for 45de6ca
src/Workspace/Resources/__buildScenes.js
@@ -15,6 +15,7 @@ Workspace.newF("__buildScenes", function() { // function for building the worksp
15
let name = file.replace(".unity", ""); // name of the scene
16
const scene = new this.Scene(name); // creates a new Scene type
17
18
+
19
// sets the directory properties
20
scene.dataDir = this.scenesDir+"/"+file
21
scene.metaDir = scene.dataDir+".meta";
0 commit comments