How to add samples in Asset Store?

51 views Asked by At

I cannot add an instance to my asset in the Asset Store. I looked at the documentation but couldn't succeed. Where am I making a mistake?

enter image description here

MyPackage
  ├── package.json
  └── Samples~
        ├── StarterAssets

package.json

{
    "samples": [
        {
            "displayName": "StarterAssets Example Scenes",
            "description": "Contains demo scenes with StarterAssets.",
            "path": "Samples~/StarterAssets"
        }
    ]
}
1

There are 1 answers

0
Atlas On BEST ANSWER

I solved the problem. When I moved the project from the Plugins folder to the Packages folder, samples started to appear.