Easy Asset Search

Effortless Resource Management for Unity3D

A library that simplifies resource interaction in Unity3D, allowing for querying of all resources, including those in imported packages, at design and run-time.
Effortless Resource Management for Unity3D Asset Image A library that simplifies resource interaction in Unity3D, allowing for querying of all resources, including those in imported packages, at design and run-time.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost.
$4.99
Category:
Add-ons
Developer:
HamerSoft
Price:
$4.99
Favorites:
5
Supported Unity Versions:
2021.3.9 or higher
Current Version:
0.2.0
Download Size:
87.22 KB
Last Update:
Feb 14, 2024
Description:
Better Resources is a library designed to make it easier to interact with Unity3D resources. It generates a cache that can be used to query available resources, including those in dependent packages, at both design and run-time. This cache can be generated through a pre-build hook or custom integration points. The library also provides a fluent API for creating queries through the QueryBuilder. This makes it suitable for use in custom editor addons and runtime applications. Note that assetbundles are currently excluded from the cache.
Technical Details:
To get started with Better Resources, follow these steps:
1. Generate a cache from the Tools/HamerSoft/BetterResources/Generate Cache menu in the Unity3D menu bar.
2. Initialize BetterResources.
3. Use the QueryBuilder to query your resources.
BetterResources also wraps the built-in Resources API, allowing for use without a cache or initialization. For more advanced use, please refer to the documentation.
Continue ยป

Similar Packages