Skip to content

Commit

Permalink
Always use plugin embed
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Jan 20, 2024
1 parent 4afa43b commit 13792bd
Show file tree
Hide file tree
Showing 36 changed files with 88 additions and 518 deletions.
9 changes: 1 addition & 8 deletions armorforge/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,9 @@ else if (flags.ios) {
project.addAssets("Assets/readme/readme_ios.txt", { destination: "{name}" });
}

if (flags.plugin_embed) {
project.addAssets("Assets/plugins/embed/*", { destination: "data/plugins/{name}" });
}
else {
project.addAssets("Assets/plugins/wasm/*", { destination: "data/plugins/{name}" });
}

if (flags.physics) {
project.addDefine("arm_physics");
project.addAssets("Assets/plugins/wasm/ammo/*", { destination: "data/plugins/{name}" });
project.addAssets("Assets/plugins/ammo/*", { destination: "data/plugins/{name}" });
}

if (flags.raytrace) {
Expand Down
File renamed without changes.
57 changes: 0 additions & 57 deletions armorlab/Assets/plugins/wasm/import_svg.js

This file was deleted.

Binary file removed armorlab/Assets/plugins/wasm/import_svg.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion armorlab/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ let flags = globalThis.flags;
flags.name = 'ArmorLab';
flags.package = 'org.armorlab';
flags.with_onnx = true;
flags.with_plugin_embed = true;

let project = new Project(flags.name);
project.addDefine("is_lab");
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
59 changes: 0 additions & 59 deletions armorpaint/Assets/plugins/wasm/import_gltf_glb.js

This file was deleted.

Binary file removed armorpaint/Assets/plugins/wasm/import_gltf_glb.wasm
Binary file not shown.
57 changes: 0 additions & 57 deletions armorpaint/Assets/plugins/wasm/import_svg.js

This file was deleted.

Binary file removed armorpaint/Assets/plugins/wasm/import_svg.wasm
Binary file not shown.
Loading

0 comments on commit 13792bd

Please sign in to comment.