Skip to content

Commit 45de6ca

Browse files
authored
Update __buildScenes.js
1 parent 89e1863 commit 45de6ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Workspace/Resources/__buildScenes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Workspace.newF("__buildScenes", function() { // function for building the worksp
1515
let name = file.replace(".unity", ""); // name of the scene
1616
const scene = new this.Scene(name); // creates a new Scene type
1717

18+
1819
// sets the directory properties
1920
scene.dataDir = this.scenesDir+"/"+file
2021
scene.metaDir = scene.dataDir+".meta";

0 commit comments

Comments
 (0)