Skip to content

Releases: Common-Games/Tools.ScriptTemplates

Version 2.1.1: Correct Root Namespace Begin

06 Aug 20:01
Compare
Choose a tag to compare

Fixes some problems with the default templates

Version 2.1.0: Better Default Templates & Preference Saving

06 Aug 13:04
Compare
Choose a tag to compare
  • Fixed some errors in the default templates that would occur if you don't have Odin Inspector installed
  • Added a new CustomEditor Template
  • Preferences are now correctly saved per-project and per-user instead of globally for all projects.

Version 2.0.2: Unity Compatible GUIDS

06 Aug 11:36
Compare
Choose a tag to compare
CHANGE: Updated package version

Version 2.0.0: Absolute Paths

06 Aug 11:11
Compare
Choose a tag to compare
  • Removed Project Relative Paths, they are tricky to work with when it comes to UX.
  • Made all API internal
  • Tools/CGTK/ScriptTemplates Buttons (for ease of access)

FIX: .meta GUID Assignment

05 Aug 17:32
Compare
Choose a tag to compare
1.1.1

Merge branch 'hotfix/meta-guid-assignment' into stable

Release 1.1.0: Generated .meta files

05 Aug 17:00
Compare
Choose a tag to compare

I don't want to clutter the Assets folder, so I'd prefer it if the generated Scripts weren't put in there but in the Packages folder instead, but if you do that Unity won't generate .meta files for the scripts.

This is my attempt at fixing that (testing pending)

Version 1.0.1: Removed Odin Requirement.

05 Aug 16:18
Compare
Choose a tag to compare

Accidentally had Odin setup as a requirement (wasn't properly wrapped #if directives)

It's supposed to be optional, now it is.

First version

03 Aug 08:19
Compare
Choose a tag to compare

Should be a fully working version. (Still need to download it as a package, see if it works if it's not local)

  • Tests still need to be written.
  • There are some possibilities I need to take care of (spaces or weird characters in template names)
  • I need to refactor and remove LocalPaths, Absolute is just better. (Picking a folder on a different drive as the project is impossible with it on, that shouldn't be up to the user)

Pre Release

03 Aug 07:52
Compare
Choose a tag to compare
Pre Release Pre-release
Pre-release

Should be a fully working version. (Still need to download it as a package, see if it works if it's not local)

  • Tests still need to be written.
  • There are some possibilities I need to take care of (spaces or weird characters in template names)
  • I need to refactor and remove LocalPaths, Absolute is just better. (Picking a folder on a different drive as the project is impossible with it on, that shouldn't be up to the user)

EDIT: It was not, there was an accidental file left.