https://github.com/gameproj-forgotten/resourcedatamanagementlib
This library manages all data and resources of the Forgotten project. In particular, it defines and provides interfaces for storing, loading, and accessing resources, Asset Files, etc.
https://github.com/gameproj-forgotten/resourcedatamanagementlib
unity
Last synced: about 2 months ago
JSON representation
This library manages all data and resources of the Forgotten project. In particular, it defines and provides interfaces for storing, loading, and accessing resources, Asset Files, etc.
- Host: GitHub
- URL: https://github.com/gameproj-forgotten/resourcedatamanagementlib
- Owner: GameProj-Forgotten
- License: mit
- Created: 2025-01-18T09:23:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-18T10:36:02.000Z (over 1 year ago)
- Last Synced: 2025-06-14T16:45:50.956Z (about 1 year ago)
- Topics: unity
- Language: C#
- Homepage: https://gameproj-forgotten.github.io/ResourceDataManagementLib/
- Size: 9.26 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ResourceDataManagementLib
## Abstract
This library manages all data and resources of the Forgotten project
## Features
- Resource, Data Buffers
- Resource, Data Interfaces
- Resource, Data Saver, Loader
- Special Purpose Asset File Definition
## Usage
> [!IMPORTANT]\
> This project is for UI development in Unity. Informs that no other game engine supports it
## Dependency
```
UnityEngine.dll
CommonUtilLib.dll
ResourcePathManagementLib.dll
```
## Releases