You are viewing a potentially older version of this package. View all versions.
PaintedThornStudios-PaintedUtils-1.0.0 icon

PaintedUtils

Utilities for mods by PaintedThornStudios

Date uploaded 8 months ago
Version 1.0.0
Download link PaintedThornStudios-PaintedUtils-1.0.0.zip
Downloads 55999
Dependency string PaintedThornStudios-PaintedUtils-1.0.0

This mod requires the following mods to function

DaXcess-FixPluginTypesSerialization-1.0.0 icon
DaXcess-FixPluginTypesSerialization

Fix custom Serializable structs and such not properly getting deserialized by Unity.

Preferred version: 1.0.0
Zehs-REPOLib-2.0.1 icon
Zehs-REPOLib

Library for adding content to R.E.P.O.

Preferred version: 2.0.1

README

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!

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