stride3d / stride3d/stride

GameStudio to discover IProceduralModel classes from project files.

Open
#1,583 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C#
Stars
7.8k
Forks
1.2k
Avg merge
2d 17h
Merged PRs (30d)
49

Description

Game Studio cannot discover exported IProceduralModel classes from project, only the built-in ones.

gamestudio

Could the Game Studio be updated so that it scans for the exported IProceduralModel classes from the managed .dll files, and adds them to the Asset menu. The scanning part is should be easy to do with Mono.Cecil which can enumerate anything inside managed .dll without loading into appdomain.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in the Game Studio code that builds the Asset menu and inspect how built-in IProceduralModel classes are currently discovered. Investigate managed .dll scanning with Mono.Cecil, then verify that exported IProceduralModel classes from project files appear in the Asset menu without loading them into the app domain.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
game-dev, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.