Skip to content

Releases: DanielWillett/LevelObjectIcons

LevelObjectIcons 1.1.2

22 Nov 22:09
Compare
Choose a tag to compare

Updated to DanielWillett.UnturnedUITools v1.3.1

  • Updated to fix loading bug that came with the removal of the Matchmaking UI in v3.23.13.0 (currently on preview branch at the time of release but should be out soon).
  • Improved compatibility if some UI classes are removed in the future.

Files

  • LevelObjectIcons.Module.v1.1.2 - LevelObjectIcons and UITools as separate modules.
    • This method is recommended to reduce clutter with multiple referencing modules.
  • LevelObjectIcons.Module.v1.1.2_Standalone - LevelObjectIcons by itself loading UITools as a library.

we don't talk about v1.1.1

LevelObjectIcons 1.1.0

18 Nov 05:01
Compare
Choose a tag to compare

LevelObjectIcons 1.1.0

  • Updated to the latest DanielWillett.ReflectionTools and DanielWillett.UnturnedUITools packages which includes Lib.Harmony support for .NET Standard 2.1 and some bug fixes.

  • Now includes a target for .NET Standard 2.1 (also attached below) for use with the netstandard.dll mappings found at:
    C:\Program Files\Unity\Hub\Editor\2021.3.29f1\Editor\Data\MonoBleedingEdge\lib\mono\4.5\Facades\netstandard.dll
    if you have the current version of Unity installed.

    • The .NET Framework 4.6.1 target is still available on NuGet.

Changes

  • Uploaded NuGet package for reference.
  • Added 'disable_default_provider_search' option to config.
    • Disables searching other modules for default icon providers. Set this to true if errors arise from ApplyDefaultProviders.

Files

  • LevelObjectIcons.Module.v1.1.0 - LevelObjectIcons and UITools as separate modules.
    • This method is recommended to reduce clutter with multiple referencing modules.
  • LevelObjectIcons.Module.v1.1.0_Standalone - LevelObjectIcons by itself loading UITools as a library.

LevelObjectIcons 1.0.0

25 Oct 19:06
9236fe0
Compare
Choose a tag to compare

Dependent on the Standalone module from UnturnedUITools.

First release of LevelObjectIcons. Please create issues if there are any bugs.

Changelog

Fixed: Default flag provider was backwards.
Cleaned up path display.

LevelObjectIcons 0.0.1-prerelease

25 Oct 06:37
7fe30c6
Compare
Choose a tag to compare
Pre-release

Dependent on the Standalone module from UnturnedUITools.

First pre-release of LevelObjectIcons. Please create issues if there are any bugs.