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.
AssetHelperMenu
Addon to AssetHelper which adds a menu exposing tools for developers.
| Date uploaded | 5 months ago |
| Version | 1.2.0 |
| Download link | silksong_modding-AssetHelperMenu-1.2.0.zip |
| Downloads | 77 |
| Dependency string | silksong_modding-AssetHelperMenu-1.2.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_Silksong
BepInEx modloader. Preconfigured and ready to use.
Preferred version: 5.4.2304silksong_modding-AssetHelper
Library for helping with loading vanilla game assets.
Preferred version: 1.1.0README
AssetHelperMenu
Plugin adding a mod menu which exposes developer tools associated with AssetHelper.
All of the tools here are available in the DebugTools.Dev namespace in AssetHelper, and more detailed documentation can be found in the AssetHelper docs.
Additional notes:
- Any of the functions here can freeze the game as they do computation and processing.
- The current scene hierarchy dump gives the hierarchy for game objects in the current active scene. Paths in here are paths in the bundle and are the paths needed to request assets with AssetHelper; these may not match the paths in the scene if changes have been made at runtime.