Distributing Predictors
Sharing with the World
Packaging Predictors
model-name/ // Package name should be lowercase and dasherized
│
├─ Runtime/
│ ├─ MLPackage.asmdef // Assembly definition for your package scripts
│ ├─ Predictor.cs // Model predictor
│ ├─ ...
│
├─ Sample/
│ ├─ example.unity // Example scene demonstrating model
│ ├─ ...
│
│
├─ README.md // Readme explaining how the predictor is used
├─ LICENSE.md // License if applicablePublishing on NatML
Developer Experience
API Design
Performance
Last updated