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 0a67d6b commit f12e557Copy full SHA for f12e557
src/Workspace/Resources/__buildScripts.js
@@ -10,7 +10,7 @@ Workspace.newF("__buildScripts", function() { // function for building the works
10
11
12
scriptFiles.forEach( file => {
13
- let name = file.replace(".unity", ""); // name of the script
+ let name = file.replace(".cs", ""); // name of the script
14
const script = new this.Script(name); // creates a new script typing
15
16
let data = fs.readFileSync(`${this.scriptsDir}/${file}`, 'utf8'); // script data
0 commit comments