Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

Home
Tools
Utilities
1/8
Load assets on demand without Addressables or Bundles
Almost zero editor setup!
Fast, extendable, production-proven and Open Source!
Render pipeline compatibility
The Built-in Render Pipeline is Unity’s default render pipeline. It is a general-purpose render pipeline that has limited options for customization. The Universal Render Pipeline (URP) is a Scriptable Render Pipeline that is quick and easy to customize, and lets you create optimized graphics across a wide range of platforms. The High Definition Render Pipeline (HDRP) is a Scriptable Render Pipeline that lets you create cutting-edge, high-fidelity graphics on high-end platforms.
Unity VersionBuilt-inURPHDRP
2022.3.56f1
Compatible
Compatible
Compatible
Description

Docs and Use Cases | Repo | Unity Discussions


Want to load assets ondemand but:

  • don't want to mess around with Addressables
  • don't want to use any type of Bundles
  • don't want to manage addressable assets separately
  • don't want any big system yet (on early stage of project)


Flexy.AssetRefs will help you to Load assets on demand from prototyping stage and add bundles complexity only when game grows up! or Never :)


Flexy.AssetRefs provides an efficient way to indirectly reference assets and scenes, offering a cleaner alternative to Unity Addressables. It focuses solely on asset referencing, allowing full control over how assets are loaded at runtime without enforcing specific bundling or loading methods.


Designed for flexibility, Flexy.AssetRefs is easy to use from the prototyping stage. It is well-suited for small projects where Addressables can create more issues than they solve and easily expand to more complex systems later.



Key Strengths:


  • It is Open Source :)
  • Fast: pure struct based
  • ECS-Compatible: because it is struct
  • Customisable: load methods can be totally replaced
  • GDD Friendly: store asset references directly inside GameDesignData
  • Asset Loader can be totally replaced (Bundles, Addressables, Custom, ...)
  • Editor-Friendly: works seamlessly in the Editor without extra setup
  • SceneRef: allows loading scenes in the editor without adding to Build Settings
  • Toggle runtime/editor behavior with simple menu item click
  • Clean Inspector: looks like regular asset reference
  • Production-Proven: used in released games since 2019
  • Minimal Inspector Clutter:
    • Looks like regular reference in inspector
    • Does not clutter GO inspector
    • Only one simple file in project to collect necessary data for runtime

See Docs and Use Cases for usage samples



Flexy.AssetRefs is:


  • Modular and Simple to use: we separate the reference system from complex asset bundles bundling and downloading. Flexy.AssetRefs focuses only on asset references for on-demand loading. Flexy.Bundles adds bundles building and downloading capabilities. This modular approach avoids the complexity of a heavy solution like Addressables

  • Easily Extendable: asset loading methods is C# extension methods, which means that users have flexibility to define their own loading methods with any indirections, additional checks or better knowing used loading backend

  • Double Easily Extendable : asset loading done through AssetLoader instance that is backend for loading any ref and can be replaced with your own implementation. It is only 5 virtual methods to implement

Technical details
  • Ref is struct with 2 fields: Hash128 & Int64
  • C# Extensions based load methods
  • AssetLoader interface is 5 virtual methods
  • Sync loading
  • UniTask based async loading
  • Native C# Nullability annotations
  • C# 10
  • Fast Enter Play Mode support

Flexy.AssetRefs

(not enough ratings)
FREE
41 views in the past week
24 days ago
Good solution to resolve asset management problems of mid+ projects
Make sure to read the documentation and faq in GitHub to understand the problems this library solves
License type
File size
140.9 KB
Latest version
5.0.3
Latest release date
Mar 31, 2025
Original Unity version
2022.3.56
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo
Language
Feedback
Partners Program
Partners
USD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR