Packages
-
Can we split our code into packages and import it so we don’t have every code at one place because it’s chaotic maybe by doing that we can kind of simulate a class by calling functions from other scripts.
-
Not at this time, but it is possible to copy / paste between projects so it's feasible you could have a project full of re-usable code and copy it into new projects as needed.
-
I hope in the addition of this, go and write this into the whishlist thread
-
Honestly, being able to take a code library I make (like for my MML Player), and separating it from the main program but being able to link to it would be fantastic. Then when I share this library, people can import it without having to place its entirety in their main code.