Open citizenmatt opened 6 years ago
When working with Unity packages, Rider will set the schema for manifest.json to "foxx-manifest" via the schemastore.org catalog. It appears to set the schema for package.json internally.
package.json
Make sure these files are using the correct schema.
We can actually use the package.json schema, as Unity's packages are based on npm
When working with Unity packages, Rider will set the schema for manifest.json to "foxx-manifest" via the schemastore.org catalog. It appears to set the schema for
package.json
internally.Make sure these files are using the correct schema.