Inventorise a basic UI around nuget packages 'community marketplace'
@Aggror is already working on this.
Since Nov 29, 2021.
- Dominant language
- C#
- Stars
- 7.8k
- Forks
- 1.2k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 49
Description
A lot of people have made useful components/utilities/art and other usefull assets for in Stride projects. Right now we don't have a quick and easy to import such assets in to an existing (editor) project.
- What we can do it is utilize the existing Nuget (tagging) system so that users can quickly add a component to their ongoing project in the editor.
Use case: Someone made a very Vehicle component that want to share. Users would now have to go to the Github repository and download any components from there. It would be useful, if a UI could be opened from the editor that allows you to search for useful assets. Via a quick nuget search, the items are listed and could be added to the project from there. This saves the hassle of browsing github repo's and manually copying code/assets to your project.
notes:
- Nuget has 250 mb max filesize, So assets are not always possible
- Nuget alternative?
- Basic Site for filtering?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.