You are viewing a potentially older version of this package. View all versions.
HolloFox_TS-AssetToolTipPlugin-1.3.2 icon

AssetToolTipPlugin

See then name of assets you are using within the asset browser

Date uploaded 6 months ago
Version 1.3.2
Download link HolloFox_TS-AssetToolTipPlugin-1.3.2.zip
Downloads 21
Dependency string HolloFox_TS-AssetToolTipPlugin-1.3.2

This mod requires the following mods to function

bbepisTaleSpire-BepInExPack-5.4.22 icon
bbepisTaleSpire-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.22
brcoding-SetInjectionFlagPlugin-3.4.1 icon
brcoding-SetInjectionFlagPlugin

Allows players to flag that mods are installed for BouncyRock

Preferred version: 3.4.1

README

Asset Tool Tip Plugin

Nuget Published

This plugin allows you to view the name of an asset as you hover over it.

Install

Currently you need to use R2ModMan. To use in your project, dotnet add package TaleSpire.AssetToolTip

Usage

By hovering over an asset's image in an asset browser, a tooltip will provide the asset's current name.

Shoutouts

Shoutout to my past Patreons and Discord members, recognising your mighty support and contribution to my caffeine addiction:

CHANGELOG

  • 1.3.4: migrate to DependencyUnityPlugins<T> to allow enable/disable the plugin without uninstalling it via chainloader
  • 1.3.3: Fix null reference exception that can occur if data is null when appending tooltip dynamically
  • 1.3.2: DependencyUnityPlugins is now used and implement logic for unpatching
  • 1.3.1: Fix deployment pipeline, update documentations, recompiled to keep up to date
  • 1.3.0: Simplify patch and fix tooltip. Removed Config Manager dependency
  • 1.2.6: Re-build for Attachment point update
  • 1.2.5: Fix icon and readme deploy
  • 1.2.4: Pipeline upgrade, extra transparency.
  • 1.2.3: Add dependency to remove race condition.
  • 1.2.2: Initial Pipeline deploy
  • 1.2.1: Config Manager callback fixed
  • 1.2.0: 4.8 Framework update and Nuget Release
  • 1.1.1: CyberPunk update release
  • 1.1.0: Fix for HeroForge update. Semi-compatible with EAL.
  • 1.0.2: Fix tooltip for Category.
  • 1.0.1: Added Tooltip to Category; Config (with future runtime support), some optimizations.
  • 1.0.0: Initial release