Skip to content

Releases: kurone-kito/udonsharp-toybox

v0.8.0: Added the abstracted interval logic and cumulative updates

20 Jul 16:30
b495425
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES

  • UI/TickingDown: Inherited from UI/IntervalBase. There are minor breaking changes as a result.
    • When you use scripts directly, change the warning message for missing the textMesh values.
    • The interval value has been changed from its default value.
      • If you have customized the interval value, this update may reset it to the default value, so please set it.

Features

  • cca1088: UI/IntervalBase added the abstracted interval logic
  • f4351c9: improved the package manifest

Refactors

Other updates

  • 49303cd: bumped the version to 0.8.0
  • 076d4e9: updated the dependencies

CI/CD

  • 7439e11: added the signing with GPG
  • e7f245e: added the version detection for prerelease in release workflow
  • 8bcf15a: added the declaration of the dynamic variables

Chores

  • 49a1b98: increased the specified .NET version
  • b47069c: added the markdownlint configuration
  • 30b89f4: improved the vscode configuration
  • 50ce870: added the git configuration

See also

0.8.0-alpha.1

12 Jul 03:20
c25efee
Compare
Choose a tag to compare
0.8.0-alpha.1 Pre-release
Pre-release
Release 0.8.0-alpha.1

v0.7.0: Migrated the Unity Editor to 2022.3.22f1

18 May 15:36
dc7ed3f
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES

  • e6d356d: Migrated the Unity Editor from 2022.3.6f1 to 2022.3.22f1
  • 0ce21a0: Moved some internal methods in the Unity Editor extension. Of these, the following method is public, so if you are using these methods, please change them as follows:
      - EditorBase<Tb>.CompleteToggles(ToggleGroup toggleGroup, SerializedProperty arrayProp) -> static ToggleGroupUtils.CompleteToggles(this ToggleGroup group, SerializedProperty arrayProp)

Refactor

  • b701c7a: renamed an internal UdonSharp method
  • f240a74: improved banner texture import settings

Documents

  • 6cd767c: fixed the wrong link in contributing documents

Other updates

  • 50ebf9f: increased the version to 0.7.0
  • 1e05d71: increased the specified .NET version
  • 762b1f9: updated the dependencies
  • be58363: improved the manifest configuration
  • 78db3d4: improved the git attributes configuration

See also

#11

v0.6.0: Added a new component, ToggleWithAnimator and cumulative updates

03 May 06:12
090cee7
Compare
Choose a tag to compare

Features

New features

  • de37f3e: ToggleWithAnimator: It works with the Toggle component to perform animation when toggling on and off.

Features of the editor extension

  • 062edc5: improved the base class for the inspector extender
  • caf2ecd: implemented the customizable translation of some messages to the editor extension
  • aed560b: abstracted the required types

Refactors

  • 568732b: moved the scripts for an animator
  • 5cb35ef: added the test code

Documentation

  • 7f49b26: added the example codes
  • df119f6: fixed the wrong link in the contributing guide

Other updates

  • eacd1cf: increased the package version
  • 4a7e1ef: increased the specified .NET version
  • c4a23e8: added the ImgBot configuration

See also

v0.5.0: Cumulative updates

19 Apr 10:19
7ba38c2
Compare
Choose a tag to compare

Features

  • ca2d879: added the url sticky prefab
  • 48d3548: added the function that completes the toggles
  • 3fa1569: improved the constructor of the extensions

Bug fixes / Refactoring

  • 8b7ef7a: fixed a bug that fails the global toggles
  • 33c0961: fixed the bug that the global toggles were not working
  • f887673: fixed the typo in the error message
  • 3a422bc: removed the extra codes
  • e2fc705: rebuilt some scenes
  • 00d7ffe: linted

Other updates

Dependencies update

  • 4dc4677: updated the dependencies
  • 6782884: increased the specified .NET version

Documents

  • fafbc2e: improved the contributing documents

CI/CD

  • facad49: added the process that creates the unitypackage.zip file
  • 1c2b83e: added the dispatch action to curate this repository
  • 52df888: improved the action that obtains package version
  • e5317aa: implemented the clone the documents feature on the CI script
  • b2a2db2: improved the coderabbit configuration
  • 03c80ee: updated the dependencies

Project settings

  • 559327d chore: improved the git configuration
  • 250460b chore: improved the EditorConfig configuration

See also

v0.4.0: improved the global features

24 Mar 08:07
9d45385
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES

  • 214d200: To inherit from the SyncBehaviour class, the Initialize abstract method must be implemented.

Features

  • df915d0: added the global toggle group feature

Bug fixes and refactor

  • 214d200: fixed a bug that caused initial values to be reset in synchronizable objects.
  • 8e4c934: linted

Other updates

  • 83ce9ee: updated the GitHub Actions dependencies

See also

v0.3.0: Cumulative updates includes the editor extensions and the utils function

20 Mar 08:52
0172935
Compare
Choose a tag to compare

Features

  • improved the editor extensions
    • d9a5800: generalized the base class for editor extensions
    • 83c85fa: added the utility functions for the editor extensions
    • 3f76f3e: added some structs for editor extensions
  • added the utils function
    • 60b7bde: added the get index of array

Refactores

CI/CD

  • f1ddfb7: added the CodeRabbit configuration
  • ce2ce7a: added the dependabot configuration

Other updates

  • 34f1d9c: updated the dependencies
  • a43d1a8: improved the README
  • 36faa9a: improved the VSCode configuration
  • 1587ab3: improved the CSpell configuration

See also

v0.2.0: Cumulative Updates

19 Feb 07:02
4c9888d
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES

  • SequenceActiveRelayToAnimator: Changed the properties
    • triggersName -> triggerNames

Features

  • dde27a0, 4bfa43a: added the conditional active relay
  • 64b4bb6: implemented the feature that completes the subject component
  • 427f744: added some tooltips
  • 0237b8f: added the utils function that get the element of array

Refactored

  • aaf4d5f: removed the extra completes the global toggle component
  • 227a465: removed some unused imports

Documentation

  • 76bb071 docs: implemented the documentation

Others update

  • 1b51657: increased the version to 0.2.0
  • ce2c479 chore!: specified the Unity version
  • 80341ef chore: fixed the wrong file associations
  • 55b93ae ci: removed the ReviewPad configuration

See also

v0.1.0: Initialized the package project

11 Feb 15:59
cab152e
Compare
Choose a tag to compare

Features

  • 70aa93c: added the sequence active relay to animation
  • 294a417: added the sound player on player joined
  • c2709d3: added the global UIs
  • ec1f0cf: added the ticking down gimmick
  • 4721433: added the whitelist gimmick
  • 5410e00: added the position anchor gimmick
  • 8105163: added the base class for the global object
  • 20b1257: added the publish-subscribe model
  • 8c70ed8: added some utility classes as the extended methods
  • bd1ac4b: added the static class for logging
  • eec56c9: added the base class for the inspector extender
  • ee35a3a: created an empty package

Other updates

  • bae1655: implemented that build and deploy the API documentation
  • fd55847: added the environment of the documents generator
  • 661dec2: renamed from the template repository

See also