• Stars
    star
    163
  • Rank 230,040 (Top 5 %)
  • Language
    C#
  • License
    MIT License
  • Created over 3 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

BuildLayout Explorer for Unity 2019.3 and newer allows you to inspect the buildlayout.txt report that is generated by Addressables.

Addressables BuildLayout Explorer for Unity

BuildLayout Explorer for Unity allows you to inspect a buildlayout.txt file that was generated by Addressables.

BuildLayout Explorer allows to inspect:

  • A list of Addressables Groups and what bundles have been generated by each group.
  • A list of generated bundles and what assets each bundle contains.
  • A list of all assets included in all bundles.
  • A list of duplicated assets. The same asset that is copied in multiple bundles.

I've tested it with Unity 2019.3 and Addressables 1.18.x.

Installation

In order to use Addressables BuildLayout Explorer, you have to add the package to your project. As of Unity 2019.3, Unity supports to add packages from git through the Package Manager window.

In Unity's Package Manager, choose "Add package from git URL" and insert one of the Package URL's you can find below.

Package URL's

Version Link
1.0.0-pre.4 https://github.com/pschraut/UnityAddressablesBuildLayoutExplorer.git#1.0.0-pre.4
1.0.0-pre.3 https://github.com/pschraut/UnityAddressablesBuildLayoutExplorer.git#1.0.0-pre.3
1.0.0-pre.2 https://github.com/pschraut/UnityAddressablesBuildLayoutExplorer.git#1.0.0-pre.2
1.0.0-pre.1 https://github.com/pschraut/UnityAddressablesBuildLayoutExplorer.git#1.0.0-pre.1

Known Issues

Locales other than English can cause problems when parsing the buildlayout.txt file. It causes BuildLayout Explorer to display "Unknown" as size, see Issue #1 for details.

Credits

If you find this package useful, please mention my name in your credits screen. Something like "Addressables BuildLayout Explorer by Peter Schraut" or "Thanks to Peter Schraut" would be very much appreciated.

Contact

Please use the Unity forum thread I created for BuildLayout Explorer: https://forum.unity.com/threads/addressables-buildlayout-explorer-for-unity.1162418/

More Repositories

1

UnityHeapExplorer

A Memory Profiler, Debugger and Analyzer for Unity 2019.3 and newer.
C#
1,046
star
2

UnityTexture2DArrayImportPipeline

A Texture2DArray Import Pipeline for Unity 2019.3 and newer.
C#
161
star
3

UnityDbgDraw

DbgDraw is an API that provides the ability to render various 2D and 3D shapes for visual debugging purposes.
C#
86
star
4

UnityPlayModeInspector

PlayMode Inspector for Unity allows you to display internal state, eg. from a MonoBehaviour, to a dedicated editor window.
C#
82
star
5

UnityCopyLightingSettings

Unity editor extension to copy&paste lighting settings from one scene to another.
C#
75
star
6

UnityCommandLine

A command-line parser for Unity 2019.3 and newer in the style of PlayerPrefs.
C#
56
star
7

UnityUICulling

UI Culling for Unity allows to trigger OnBecameVisible & OnBecameInvisible events on uGUI widgets.
C#
46
star
8

UnityTexture3DAtlasImportPipeline

A Texture3D Atlas Import Pipeline for Unity 2019.3 and newer.
C#
30
star
9

UnityModularShaderPrototype

An unfinished prototype for a modular shader system for Unity. Please see link below.
C#
29
star
10

UnityOcclusionLensFlare

A Lens Flare effect for Unity that doesn't require Physics.
C#
23
star
11

UnityMiniEditorIterationProfiler

Breaking down timings on compilation, assembly reload and enter/exit Play Mode in the simplest way possible. Requires Unity 2019.3 and newer.
C#
23
star
12

UnityCubemapArrayImportPipeline

A CubemapArray Import Pipeline for Unity 2019.3 and newer.
C#
18
star
13

UnityScriptableObjectContainer

Work with ScriptableObjects in a similar manner to how you work with Components and GameObjects
C#
14
star
14

UnityColorGradientTextureImportPipeline

Color Gradient Texture Import Pipeline for Unity 2019.3 and newer
C#
6
star
15

pschraut

My GitHub profile repository
1
star