bevyengine / bevyengine/bevy

Information about supported extensions in `ReflectAsset`

Open
#19,399 0 comments 0 reactions 0 assignees View on GitHub
A-Assets A-Reflection C-Feature S-Needs-Design
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 16h
Merged PRs (30d)
171

Description

## What problem does this solve or what need does it fill?

I have type X, that type reflects Asset. I have registered loader for that type with extension ".super.json". I want to be able to get vec or slice of supported extensions for a given type from `ReflectAsset`.

## What solution would you like?

Add methods for accessing asset loader/saver/processor information to `ReflectAsset`.

Contributor guide

Open the contributing guide

Research direction

Start by locating ReflectAsset and the existing asset loader, saver, and processor APIs. Trace how a reflected asset type reaches its registered extension information, then define completion as methods on ReflectAsset that expose the supported extensions and related loader, saver, or processor information for a given type.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
game-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.