You are viewing a potentially older version of this package.
View all versions.
Sweep
Sweep: Periodically unloads unused Unity assets to reclaim memory.
| Date uploaded | 3 months ago |
| Version | 0.0.1 |
| Download link | AndrewLin-Sweep-0.0.1.zip |
| Downloads | 164 |
| Dependency string | AndrewLin-Sweep-0.0.1 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305AndrewLin-Alpha
Alpha: A mod for On-Together to provide common utilities and features.
Preferred version: 0.0.13README
Sweep
Periodically unloads unused Unity assets to reclaim memory. Runs automatically every 30 minutes by default. This mod just calls UnityEngine.Resources.UnloadUnusedAssets()
Commands
| Command | Short | Description |
|---|---|---|
/sweepinterval |
/si |
Get or set the sweep interval (e.g. 30M, 1H, PT1H30M) |
Configuration
| Setting | Default | Description |
|---|---|---|
| Interval | 30M | How often to sweep. ISO 8601 duration, PT prefix optional |
Installation
Install via Thunderstore or r2modman.
Requires: Alpha
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
[0.0.1] - 2026-04-17
Added
- Initial release
- Periodic
Resources.UnloadUnusedAssets()with configurable ISO 8601 interval (default 30M) /sweepinterval(/si) command to get or set the interval at runtime