Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | a year ago |
| Version | 1.1.0 |
| Download link | PaintedThornStudios-PaintedUtils-1.1.0.zip |
| Downloads | 783520 |
| Dependency string | PaintedThornStudios-PaintedUtils-1.1.0 |
This mod requires the following mods to function
DaXcess-FixPluginTypesSerialization
Fix custom Serializable structs and such not properly getting deserialized by Unity.
Preferred version: 1.0.0README
PaintedUtils
A developer utility mod for REPO. This mod is designed to be expanded over time with new features and utilities. Right now basically houses a bunch of reuseable code for other mods posted on this account.
Overview
PaintedUtils is a growing collection of Unity components and utilities that aim to:
- Simplify common game development tasks
- Provide reusable systems for mod development
- Standardize interaction patterns
- Reduce boilerplate code
The mod is under active development and will be expanded with new features and documentation over time.
Depends on REPOLib and FixPluginTypesSerialization
Contact Me!
- Discord: @CarsonJF
- Twitter: @SirCarsonJF
CHANGELOG
Changelog
[1.1.0] - 04-15-2025
Changed
- Allowed events on item event handler to pass the player who triggered the event
- Added eyestatemanager
- added MusicalItemHandler
- added TrackData scriptable Object
- fixed RPC issues with item events
[1.0.0] - 04-11-2025
Changed
- Release