Releases: kurone-kito/udonsharp-toybox
Releases · kurone-kito/udonsharp-toybox
v0.9.0: Added the url sticky prefab with the TextMesh Pro component
v0.8.1: Added the experimental VRChat for iOS build support and improved the CI/CD scripts
The main focus of this update is to improve build configuration and CI/CD scripts for iOS, but the only update to the product is a dependency update.
Small features
- 0d797e1: bumped the version to
0.8.1
- 5076e12: added the ios build support
- e8b3e73: updated the dependencies
CI/CD
Other updates
See also
v0.8.0: Added the abstracted interval logic and cumulative updates
⚠️ BREAKING CHANGES
UI/TickingDown
: Inherited fromUI/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.
- If you have customized the
- When you use scripts directly, change the warning message for missing the
Features
Refactors
- 107425c: linted
Other updates
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
Release 0.8.0-alpha.1
v0.7.0: Migrated the Unity Editor to 2022.3.22f1
⚠️ 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
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
v0.6.0: Added a new component, ToggleWithAnimator and cumulative updates
Features
New features
- de37f3e:
ToggleWithAnimator
: It works with theToggle
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
Documentation
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
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
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
⚠️ BREAKING CHANGES
- 214d200: To inherit from the
SyncBehaviour
class, theInitialize
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
v0.2.0: Cumulative Updates
⚠️ BREAKING CHANGES
SequenceActiveRelayToAnimator
: Changed the propertiestriggersName
->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