[Suggestion] add exporting the project

Another thing to add…how do we export this as a whole so we can import it into other projects?

Right click on the folder containing the editor, and choose Export Package.

Unfortunately, Unity isn’t always super smart, so it might start including things unneccessary for the Task List editor. Ideally, though, this is all you have in your project at the moment. Simly unselect anything you don’t want going to all projects, but make sure you include:

  • All CSS and UXML files used in the project
  • The Scriptable Object class file you’ve used
  • The Editor code class file you’ve used.

Once you’ve done this, export it somewhere handy, and when you want to put it into another project, select Import Custom Package (right click anywhere in Assets) and locate your package to install the TaskMaster

3 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms