@spicypixel/unity-kit-js
TypeScript icon, indicating that this package has built-in type declarations

0.0.61 • Public • Published

Spicy Pixel Unity Kit JS

This kit wraps access to the Unity Editor in a JavaScript library so it can be integrated in build scripts for continuous integration.

Unity Editor

export default class UnityEditor {
    constructor();
    static editorPath: string;
    static enginePath: string;
    static batchModeArgs: string[];
}

Unity Project

export default class UnityProject {
    constructor(projectPath: string);
    projectPath: string;
    assetsPath: string;
    createAsync();
    packageAsync(sourcePaths: string[], outputPath: string);
}

Unity Module Manager

export default class UnityModuleManager {
  constructor(unityProject: UnityProject, moduleVendor: string, moduleName: string);
  get modulePath(): string;
  async updateAsync(nodeScope: string, nodeModuleName: string,
    assemblyNames: string[], editorAssemblyNames?: string[]);
  async installAsync();
  async packageAsync();
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.613latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.613
0.0.600
0.0.590
0.0.570
0.0.560
0.0.550
0.0.540
0.0.530
0.0.520
0.0.510
0.0.500
0.0.480
0.0.470
0.0.460
0.0.450
0.0.440
0.0.430
0.0.420
0.0.410
0.0.400
0.0.390
0.0.380
0.0.370
0.0.360
0.0.353
0.0.330
0.0.320
0.0.310
0.0.302
0.0.290
0.0.282
0.0.270
0.0.260
0.0.240
0.0.230
0.0.220
0.0.210
0.0.200
0.0.180
0.0.170
0.0.160
0.0.150

Package Sidebar

Install

npm i @spicypixel/unity-kit-js

Weekly Downloads

10

Version

0.0.61

License

MIT

Unpacked Size

41.8 kB

Total Files

22

Last publish

Collaborators

  • spicypixel