diff --git a/.mocharc.js b/.mocharc.js deleted file mode 100644 index 2388b4f..0000000 --- a/.mocharc.js +++ /dev/null @@ -1,47 +0,0 @@ - -/* -CPAL-1.0 License - -The contents of this file are subject to the Common Public Attribution License -Version 1.0. (the "License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at -https://github.com/EtherealEngine/etherealengine/blob/dev/LICENSE. -The License is based on the Mozilla Public License Version 1.1, but Sections 14 -and 15 have been added to cover use of software over a computer network and -provide for limited attribution for the Original Developer. In addition, -Exhibit A has been modified to be consistent with Exhibit B. - -Software distributed under the License is distributed on an "AS IS" basis, -WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the -specific language governing rights and limitations under the License. - -The Original Code is Ethereal Engine. - -The Original Developer is the Initial Developer. The Initial Developer of the -Original Code is the Ethereal Engine team. - -All portions of the code written by the Ethereal Engine team are Copyright © 2021-2023 -Ethereal Engine. All Rights Reserved. -*/ - -module.exports = { - failZero: false, - parallel: false, - require: [ - 'tests/mocha.env', // init env here - 'jsdom-global/register' - ], - spec: [ - './**/*.test.ts', - './**/*.test.tsx' - ], - extension: [ - 'ts', - 'tsx' - ], - bail: true, - exit: true, - recursive: true, - jobs: '1', - timeout: '60000' -}; diff --git a/assets/prefabs/cloud.gltf b/assets/prefabs/cloud.gltf index 0b58614..b2d76a9 100644 --- a/assets/prefabs/cloud.gltf +++ b/assets/prefabs/cloud.gltf @@ -10,7 +10,7 @@ 0 ], "extras": { - "src": "__$project$__/ir-vfx/assets/prefabs/cloud.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/cloud.gltf" } } ], @@ -92,7 +92,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/sprite_sheets/Cloud.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/sprite_sheets/Cloud.png", "instancingGeometry": "", "startTileIndex": { "type": "IntervalValue", diff --git a/assets/prefabs/explosion.gltf b/assets/prefabs/explosion.gltf index 8be4799..11e5e7e 100644 --- a/assets/prefabs/explosion.gltf +++ b/assets/prefabs/explosion.gltf @@ -10,7 +10,7 @@ 0 ], "extras": { - "src": "__$project$__/ir-vfx/assets/prefabs/explosion.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/explosion.gltf" } } ], @@ -74,7 +74,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/sprite_sheets/Explosion.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/sprite_sheets/Explosion.png", "instancingGeometry": "", "startTileIndex": { "type": "IntervalValue", diff --git a/assets/prefabs/fire_particles_spritesheet_1.gltf b/assets/prefabs/fire_particles_spritesheet_1.gltf index c42d30f..622148d 100644 --- a/assets/prefabs/fire_particles_spritesheet_1.gltf +++ b/assets/prefabs/fire_particles_spritesheet_1.gltf @@ -10,7 +10,7 @@ 0 ], "extras": { - "src": "__$project$__/ir-vfx/assets/prefabs/fire_particles_spritesheet_1.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/fire_particles_spritesheet_1.gltf" } } ], @@ -76,8 +76,8 @@ "followLocalOrigin": true }, "renderMode": 2, - "texture": "__$project$__/ir-vfx/assets/textures/sprite_sheets/fire_campfire.ktx2", - "instancingGeometry": "__$project$__/ir-vfx/assets/geometry/fire_mesh.glb", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/sprite_sheets/fire_campfire.ktx2", + "instancingGeometry": "__$project$__/ir-engine/ir-vfx/assets/geometry/fire_mesh.glb", "startTileIndex": { "type": "ConstantValue", "value": 0 diff --git a/assets/prefabs/fireball.gltf b/assets/prefabs/fireball.gltf index 317f82b..f4047b8 100644 --- a/assets/prefabs/fireball.gltf +++ b/assets/prefabs/fireball.gltf @@ -10,7 +10,7 @@ 0 ], "extras": { - "src": "__$project$__/ir-vfx/assets/prefabs/fireball.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/fireball.gltf" } } ], @@ -74,7 +74,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/sprite_sheets/FireBall.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/sprite_sheets/FireBall.png", "instancingGeometry": "", "startTileIndex": { "type": "IntervalValue", diff --git a/assets/prefabs/game-ray-fire-mesh.gltf b/assets/prefabs/game-ray-fire-mesh.gltf index b8ec859..d02b94c 100644 --- a/assets/prefabs/game-ray-fire-mesh.gltf +++ b/assets/prefabs/game-ray-fire-mesh.gltf @@ -10,7 +10,7 @@ 0 ], "extras": { - "src": "__$project$__/ir-vfx/assets/prefabs/game-ray-fire-mesh.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/game-ray-fire-mesh.gltf" } } ], @@ -76,8 +76,8 @@ "followLocalOrigin": true }, "renderMode": 2, - "texture": "__$project$__/ir-vfx/assets/textures/ray1.png", - "instancingGeometry": "__$project$__/ir-vfx/assets/geometry/quad.glb", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/ray1.png", + "instancingGeometry": "__$project$__/ir-engine/ir-vfx/assets/geometry/quad.glb", "startTileIndex": { "type": "ConstantValue", "value": 0 diff --git a/assets/prefabs/game-ray-fire.gltf b/assets/prefabs/game-ray-fire.gltf index ea6e9a4..1965daf 100644 --- a/assets/prefabs/game-ray-fire.gltf +++ b/assets/prefabs/game-ray-fire.gltf @@ -4,7 +4,7 @@ { "nodes": [0], "extras": { - "src": "__$project$__/ir-vfx/assets/game-ray-fire.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/game-ray-fire.gltf" } } ], @@ -36,7 +36,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/ray1.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/ray1.png", "instancingGeometry": "", "startTileIndex": { "type": "ConstantValue", "value": 0 }, "uTileCount": 1, diff --git a/assets/prefabs/game-ray-purple-mesh.gltf b/assets/prefabs/game-ray-purple-mesh.gltf index bdbf8ef..a23341d 100644 --- a/assets/prefabs/game-ray-purple-mesh.gltf +++ b/assets/prefabs/game-ray-purple-mesh.gltf @@ -4,7 +4,7 @@ { "nodes": [0], "extras": { - "src": "__$project$__/ir-vfx/assets/game-ray-purple.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/game-ray-purple.gltf" } } ], @@ -37,8 +37,8 @@ "followLocalOrigin": true }, "renderMode": 2, - "texture": "__$project$__/ir-vfx/assets/textures/ray2.png", - "instancingGeometry": "__$project$__/ir-vfx/assets/geometry/quad.glb", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/ray2.png", + "instancingGeometry": "__$project$__/ir-engine/ir-vfx/assets/geometry/quad.glb", "startTileIndex": { "type": "ConstantValue", "value": 0 }, "uTileCount": 1, "vTileCount": 1, diff --git a/assets/prefabs/game-ray-purple.gltf b/assets/prefabs/game-ray-purple.gltf index 61740f8..afd1211 100644 --- a/assets/prefabs/game-ray-purple.gltf +++ b/assets/prefabs/game-ray-purple.gltf @@ -4,7 +4,7 @@ { "nodes": [0], "extras": { - "src": "__$project$__/ir-vfx/assets/game-ray-purple.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/game-ray-purple.gltf" } } ], @@ -36,7 +36,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/ray2.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/ray2.png", "instancingGeometry": "", "startTileIndex": { "type": "ConstantValue", "value": 0 }, "uTileCount": 1, diff --git a/assets/prefabs/game-ray.gltf b/assets/prefabs/game-ray.gltf index cba4b12..808ca1d 100644 --- a/assets/prefabs/game-ray.gltf +++ b/assets/prefabs/game-ray.gltf @@ -4,8 +4,8 @@ { "nodes": [0], "extras": { - "src": "__$project$__/ir-vfx/assets/game-ray.gltf", - "sceneID": "2eb3169b-49d4-46e0-bbf8-54663bb76d1b-__$project$__/ir-vfx/assets/game-ray.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/game-ray.gltf", + "sceneID": "2eb3169b-49d4-46e0-bbf8-54663bb76d1b-__$project$__/ir-engine/ir-vfx/assets/game-ray.gltf" } } ], @@ -37,7 +37,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/spark_ray.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/spark_ray.png", "instancingGeometry": "", "startTileIndex": { "type": "ConstantValue", "value": 0 }, "uTileCount": 1, diff --git a/assets/prefabs/lightning_quad.gltf b/assets/prefabs/lightning_quad.gltf index cdfff7d..7468f71 100644 --- a/assets/prefabs/lightning_quad.gltf +++ b/assets/prefabs/lightning_quad.gltf @@ -10,7 +10,7 @@ 0 ], "extras": { - "src": "__$project$__/ir-vfx/assets/prefabs/lightning_quad.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/lightning_quad.gltf" } } ], @@ -92,8 +92,8 @@ "followLocalOrigin": true }, "renderMode": 2, - "texture": "__$project$__/ir-vfx/assets/textures/sprite_sheets/lightning.png", - "instancingGeometry": "__$project$__/ir-vfx/assets/geometry/quad.glb", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/sprite_sheets/lightning.png", + "instancingGeometry": "__$project$__/ir-engine/ir-vfx/assets/geometry/quad.glb", "startTileIndex": { "type": "ConstantValue", "value": 0 diff --git a/assets/prefabs/lightning_quad2.gltf b/assets/prefabs/lightning_quad2.gltf index d85cdfd..517054c 100644 --- a/assets/prefabs/lightning_quad2.gltf +++ b/assets/prefabs/lightning_quad2.gltf @@ -10,7 +10,7 @@ 0 ], "extras": { - "src": "__$project$__/ir-vfx/assets/prefabs/lightning_quad2.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/lightning_quad2.gltf" } } ], @@ -92,8 +92,8 @@ "followLocalOrigin": true }, "renderMode": 2, - "texture": "__$project$__/ir-vfx/assets/textures/sprite_sheets/lightning.png", - "instancingGeometry": "__$project$__/ir-vfx/assets/geometry/fire_mesh.glb", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/sprite_sheets/lightning.png", + "instancingGeometry": "__$project$__/ir-engine/ir-vfx/assets/geometry/fire_mesh.glb", "startTileIndex": { "type": "ConstantValue", "value": 0 diff --git a/assets/prefabs/portal-blue.gltf b/assets/prefabs/portal-blue.gltf index cd87be6..d5dacd9 100644 --- a/assets/prefabs/portal-blue.gltf +++ b/assets/prefabs/portal-blue.gltf @@ -10,7 +10,7 @@ 0 ], "extras": { - "src": "__$project$__/ir-vfx/assets/prefabs/portal-blue.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/portal-blue.gltf" } } ], @@ -77,7 +77,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/circle.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/circle.png", "instancingGeometry": "", "startTileIndex": { "type": "ConstantValue", diff --git a/assets/prefabs/portal-circle.gltf b/assets/prefabs/portal-circle.gltf index 9484baf..4139a56 100644 --- a/assets/prefabs/portal-circle.gltf +++ b/assets/prefabs/portal-circle.gltf @@ -10,7 +10,7 @@ 0 ], "extras": { - "src": "__$project$__/ir-vfx/assets/prefabs/portal-circle.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/portal-circle.gltf" } } ], @@ -77,7 +77,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/twirl.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/twirl.png", "instancingGeometry": "", "startTileIndex": { "type": "ConstantValue", diff --git a/assets/prefabs/portal-mesh.gltf b/assets/prefabs/portal-mesh.gltf index 03050ed..224bba9 100644 --- a/assets/prefabs/portal-mesh.gltf +++ b/assets/prefabs/portal-mesh.gltf @@ -10,7 +10,7 @@ 0 ], "extras": { - "src": "__$project$__/ir-vfx/assets/prefabs/portal-mesh.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/portal-mesh.gltf" } } ], @@ -95,8 +95,8 @@ "followLocalOrigin": true }, "renderMode": 2, - "texture": "__$project$__/ir-vfx/assets/textures/spark_rotate.png", - "instancingGeometry": "__$project$__/ir-vfx/assets/geometry/half-sphere.glb", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/spark_rotate.png", + "instancingGeometry": "__$project$__/ir-engine/ir-vfx/assets/geometry/half-sphere.glb", "startTileIndex": { "type": "ConstantValue", "value": 0 diff --git a/assets/prefabs/portal-purpleblue.gltf b/assets/prefabs/portal-purpleblue.gltf index a516d05..925c500 100644 --- a/assets/prefabs/portal-purpleblue.gltf +++ b/assets/prefabs/portal-purpleblue.gltf @@ -10,7 +10,7 @@ 0 ], "extras": { - "src": "__$project$__/ir-vfx/assets/prefabs/portal-purpleblue.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/portal-purpleblue.gltf" } } ], @@ -81,7 +81,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/spark.ktx2", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/spark.ktx2", "instancingGeometry": "", "startTileIndex": { "type": "ConstantValue", diff --git a/assets/prefabs/rose-petals.gltf b/assets/prefabs/rose-petals.gltf index 9c07395..5220829 100644 --- a/assets/prefabs/rose-petals.gltf +++ b/assets/prefabs/rose-petals.gltf @@ -10,7 +10,7 @@ 0 ], "extras": { - "src": "__$project$__/ir-vfx/assets/prefabs/rose-petals.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/rose-petals.gltf" } } ], @@ -104,7 +104,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/rose-petal.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/rose-petal.png", "instancingGeometry": "", "startTileIndex": { "type": "ConstantValue", diff --git a/assets/prefabs/smoke.gltf b/assets/prefabs/smoke.gltf index f8bed58..d41807d 100644 --- a/assets/prefabs/smoke.gltf +++ b/assets/prefabs/smoke.gltf @@ -10,7 +10,7 @@ 0 ], "extras": { - "src": "__$project$__/ir-vfx/assets/prefabs/smoke.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/smoke.gltf" } } ], @@ -92,7 +92,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/sprite_sheets/Smoke.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/sprite_sheets/Smoke.png", "instancingGeometry": "", "startTileIndex": { "type": "IntervalValue", diff --git a/assets/prefabs/sparkle-star1.gltf b/assets/prefabs/sparkle-star1.gltf index 4d4e001..323d4d9 100644 --- a/assets/prefabs/sparkle-star1.gltf +++ b/assets/prefabs/sparkle-star1.gltf @@ -6,7 +6,7 @@ "nodes": [0], "extras": { - "src": "__$project$__/ir-vfx/assets/sparkle-star.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/sparkle-star.gltf" } } ], @@ -39,7 +39,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/star_01.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/star_01.png", "instancingGeometry": "", "startTileIndex": { "type": "ConstantValue", "value": 0 }, "uTileCount": 1, diff --git a/assets/prefabs/sparkle-star2.gltf b/assets/prefabs/sparkle-star2.gltf index 2293130..3102bc1 100644 --- a/assets/prefabs/sparkle-star2.gltf +++ b/assets/prefabs/sparkle-star2.gltf @@ -4,7 +4,7 @@ { "nodes": [0], "extras": { - "src": "__$project$__/ir-vfx/assets/sparkle-star2.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/sparkle-star2.gltf" } } ], @@ -36,7 +36,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/star_02.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/star_02.png", "instancingGeometry": "", "startTileIndex": { "type": "ConstantValue", "value": 0 }, "uTileCount": 1, diff --git a/assets/prefabs/sparkle-star3.gltf b/assets/prefabs/sparkle-star3.gltf index 369d44c..2aa7ae9 100644 --- a/assets/prefabs/sparkle-star3.gltf +++ b/assets/prefabs/sparkle-star3.gltf @@ -4,7 +4,7 @@ { "nodes": [0], "extras": { - "src": "__$project$__/ir-vfx/assets/sparkle-star3.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/sparkle-star3.gltf" } } ], @@ -36,7 +36,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/star_03.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/star_03.png", "instancingGeometry": "", "startTileIndex": { "type": "ConstantValue", "value": 0 }, "uTileCount": 1, diff --git a/assets/prefabs/sparkler.gltf b/assets/prefabs/sparkler.gltf index 518ea30..6e182c3 100644 --- a/assets/prefabs/sparkler.gltf +++ b/assets/prefabs/sparkler.gltf @@ -4,7 +4,7 @@ { "nodes": [0], "extras": { - "src": "__$project$__/ir-vfx/assets/sparkler.gltf" + "src": "__$project$__/ir-engine/ir-vfx/assets/sparkler.gltf" } } ], @@ -37,7 +37,7 @@ "followLocalOrigin": true }, "renderMode": 0, - "texture": "__$project$__/ir-vfx/assets/textures/star.png", + "texture": "__$project$__/ir-engine/ir-vfx/assets/textures/star.png", "instancingGeometry": "", "startTileIndex": { "type": "ConstantValue", "value": 0 }, "uTileCount": 1, diff --git a/manifest.json b/manifest.json index 020321e..4a8eb1e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "ir-vfx", + "name": "ir-engine/ir-vfx", "version": "0.0.0", "engineVersion": "1.6.0", "description": "The default project for iR Engine", diff --git a/package.json b/package.json deleted file mode 100644 index 3737ff4..0000000 --- a/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "ir-vfx", - "version": "0.0.0", - "scripts": { - "test": "mocha --config .mocharc.js", - "check-errors": "tsc --noemit", - "format": "prettier --write \"**/*.{ts,tsx}\"", - "format-scss": "stylelint \"**/*.scss\" --fix", - "format-staged": "lint-staged", - "precommit": "no-master-commits -b master" - }, - "license": "ISC", - "pre-commit": [ - "format-staged" - ], - "lint-staged": { - "*.{ts,tsx}": [ - "prettier --write" - ], - "*.scss": [ - "stylelint --fix" - ] - } -} \ No newline at end of file diff --git a/public/scenes/vfx-sampler.gltf b/public/scenes/vfx-sampler.gltf index b898a87..fa95a50 100644 --- a/public/scenes/vfx-sampler.gltf +++ b/public/scenes/vfx-sampler.gltf @@ -545,7 +545,7 @@ "name": "Cloud", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/cloud.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/cloud.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -575,7 +575,7 @@ "name": "Fire", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/fire_particles_spritesheet_1.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/fire_particles_spritesheet_1.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -605,7 +605,7 @@ "name": "Explosion", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/explosion.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/explosion.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -635,7 +635,7 @@ "name": "Fireball", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/fireball.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/fireball.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -665,7 +665,7 @@ "name": "Ray 1", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/game-ray-fire-mesh.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/game-ray-fire-mesh.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -695,7 +695,7 @@ "name": "Ray 2", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/game-ray-purple-mesh.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/game-ray-purple-mesh.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -725,7 +725,7 @@ "name": "Lightning 1", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/lightning_quad.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/lightning_quad.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -755,7 +755,7 @@ "name": "Lightning 2", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/lightning_quad2.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/lightning_quad2.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -785,7 +785,7 @@ "name": "Portal 1", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/portal-blue.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/portal-blue.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -815,7 +815,7 @@ "name": "Portal 2", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/portal-circle.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/portal-circle.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -845,7 +845,7 @@ "name": "Portal 3", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/portal-mesh.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/portal-mesh.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -875,7 +875,7 @@ "name": "Portal 4", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/portal-purpleblue.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/portal-purpleblue.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -905,7 +905,7 @@ "name": "Rose Petals", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/rose-petals.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/rose-petals.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -917,7 +917,7 @@ "name": "Smoke", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/smoke.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/smoke.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -947,7 +947,7 @@ "name": "Sparkle 1", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/sparkle-star1.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/sparkle-star1.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -977,7 +977,7 @@ "name": "Sparkle 2", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/sparkle-star2.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/sparkle-star2.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -1007,7 +1007,7 @@ "name": "Sparkle 3", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/sparkle-star3.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/sparkle-star3.gltf", "cameraOcclusion": true, "convertToVRM": false }, @@ -1037,7 +1037,7 @@ "name": "Sparkler", "extensions": { "EE_model": { - "src": "__$project$__/ir-vfx/assets/prefabs/sparkler.gltf", + "src": "__$project$__/ir-engine/ir-vfx/assets/prefabs/sparkler.gltf", "cameraOcclusion": true, "convertToVRM": false }, diff --git a/resources.json b/resources.json index 91721d4..d6d75d1 100644 --- a/resources.json +++ b/resources.json @@ -6,7 +6,7 @@ "basic shape" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsgeometryfire_mesh.glb-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsgeometryfire_mesh.glb-thumbnail.png", "thumbnailMode": "automatic" }, "assets/geometry/half-sphere.glb": { @@ -16,7 +16,7 @@ "basic shape" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsgeometryhalf-sphere.glb-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsgeometryhalf-sphere.glb-thumbnail.png", "thumbnailMode": "automatic" }, "assets/geometry/quad.glb": { @@ -26,7 +26,7 @@ "basic shape" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsgeometryquad.glb-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsgeometryquad.glb-thumbnail.png", "thumbnailMode": "automatic" }, "assets/geometry/quads.glb": { @@ -36,7 +36,7 @@ "basic shape" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsgeometryquads.glb-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsgeometryquads.glb-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/cloud.gltf": { @@ -47,7 +47,7 @@ "cloud" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabscloud.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabscloud.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/explosion.gltf": { @@ -58,7 +58,7 @@ "explosion" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabsexplosion.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabsexplosion.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/fire_particles_spritesheet_1.gltf": { @@ -69,7 +69,7 @@ "fire" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabsfire_particles_spritesheet_1.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabsfire_particles_spritesheet_1.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/fireball.gltf": { @@ -80,7 +80,7 @@ "fireball" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabsfireball.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabsfireball.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/game-ray-fire-mesh.gltf": { @@ -91,7 +91,7 @@ "game ray" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabsgame-ray-fire-mesh.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabsgame-ray-fire-mesh.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/game-ray-fire.gltf": { @@ -102,7 +102,7 @@ "game ray" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabsgame-ray-fire.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabsgame-ray-fire.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/game-ray-purple-mesh.gltf": { @@ -113,7 +113,7 @@ "game ray" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabsgame-ray-purple-mesh.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabsgame-ray-purple-mesh.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/game-ray-purple.gltf": { @@ -124,7 +124,7 @@ "game ray" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabsgame-ray-purple.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabsgame-ray-purple.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/game-ray.gltf": { @@ -135,7 +135,7 @@ "game ray" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabsgame-ray.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabsgame-ray.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/lightning_quad.gltf": { @@ -146,7 +146,7 @@ "lightning" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabslightning_quad.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabslightning_quad.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/lightning_quad2.gltf": { @@ -157,7 +157,7 @@ "lightning" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabslightning_quad2.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabslightning_quad2.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/portal-blue.gltf": { @@ -168,7 +168,7 @@ "portal" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabsportal-blue.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabsportal-blue.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/portal-circle.gltf": { @@ -179,7 +179,7 @@ "portal" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabsportal-circle.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabsportal-circle.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/portal-mesh.gltf": { @@ -190,7 +190,7 @@ "portal" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabsportal-mesh.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabsportal-mesh.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/portal-purpleblue.gltf": { @@ -201,7 +201,7 @@ "portal" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabsportal-purpleblue.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabsportal-purpleblue.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/rose-petals.gltf": { @@ -212,7 +212,7 @@ "rose" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabsrose-petals.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabsrose-petals.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/smoke.gltf": { @@ -223,7 +223,7 @@ "smoke" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabssmoke.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabssmoke.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/sparkle-star1.gltf": { @@ -234,7 +234,7 @@ "sparkle" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabssparkle-star1.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabssparkle-star1.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/sparkle-star2.gltf": { @@ -245,7 +245,7 @@ "sparkle" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabssparkle-star2.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabssparkle-star2.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/sparkle-star3.gltf": { @@ -256,7 +256,7 @@ "sparkle" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabssparkle-star3.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabssparkle-star3.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/prefabs/sparkler.gltf": { @@ -267,7 +267,7 @@ "sparkle" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetsprefabssparkler.gltf-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetsprefabssparkler.gltf-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/circle.png": { @@ -277,7 +277,7 @@ "Sprite" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturescircle.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturescircle.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/ray1.png": { @@ -287,7 +287,7 @@ "Sprite" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturesray1.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturesray1.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/ray2.png": { @@ -297,7 +297,7 @@ "Sprite" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturesray2.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturesray2.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/rose-petal.png": { @@ -307,7 +307,7 @@ "Sprite" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturesrose-petal.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturesrose-petal.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/spark_ray.png": { @@ -317,7 +317,7 @@ "Sprite" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturesspark_ray.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturesspark_ray.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/spark_rotate.png": { @@ -327,7 +327,7 @@ "Sprite" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturesspark_rotate.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturesspark_rotate.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/spark.ktx2": { @@ -337,7 +337,7 @@ "Sprite" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturesspark.ktx2-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturesspark.ktx2-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/sprite_sheets/cloud_spritesheet.ktx2": { @@ -348,7 +348,7 @@ "Sprite sheet" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetscloud_spritesheet.ktx2-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetscloud_spritesheet.ktx2-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/sprite_sheets/Cloud.png": { @@ -359,7 +359,7 @@ "Sprite sheet" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetsCloud.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetsCloud.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/sprite_sheets/Explosion.png": { @@ -370,7 +370,7 @@ "Sprite sheet" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetsExplosion.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetsExplosion.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/sprite_sheets/fire_campfire.ktx2": { @@ -381,7 +381,7 @@ "Sprite sheet" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetsfire_campfire.ktx2-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetsfire_campfire.ktx2-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/sprite_sheets/FireBall.png": { @@ -392,7 +392,7 @@ "Sprite sheet" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetsFireBall.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetsFireBall.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/sprite_sheets/lightning.png": { @@ -403,7 +403,7 @@ "Sprite sheet" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetslightning.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetslightning.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/sprite_sheets/Smoke.png": { @@ -414,7 +414,7 @@ "Sprite sheet" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetsSmoke.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturessprite_sheetsSmoke.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/star_01.png": { @@ -424,7 +424,7 @@ "Sprite" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturesstar_01.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturesstar_01.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/star_02.png": { @@ -434,7 +434,7 @@ "Sprite" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturesstar_02.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturesstar_02.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/star_03.png": { @@ -444,7 +444,7 @@ "Sprite" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturesstar_03.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturesstar_03.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/star.png": { @@ -454,7 +454,7 @@ "Sprite" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturesstar.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturesstar.png-thumbnail.png", "thumbnailMode": "automatic" }, "assets/textures/twirl.png": { @@ -464,7 +464,7 @@ "Sprite" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/thumbnails/ir-vfxassetstexturestwirl.png-thumbnail.png", + "thumbnailKey": "projects/ir-engine/ir-vfx/public/thumbnails/ir-vfxassetstexturestwirl.png-thumbnail.png", "thumbnailMode": "automatic" }, "public/scenes/vfx-sampler.gltf": { @@ -473,6 +473,6 @@ "Model" ], "dependencies": [], - "thumbnailKey": "projects/ir-vfx/public/scenes/vfx-sampler.thumbnail.jpg" + "thumbnailKey": "projects/ir-engine/ir-vfx/public/scenes/vfx-sampler.thumbnail.jpg" } } \ No newline at end of file diff --git a/tests/dummy.test.ts b/tests/dummy.test.ts deleted file mode 100644 index 1cbd7e6..0000000 --- a/tests/dummy.test.ts +++ /dev/null @@ -1,24 +0,0 @@ -/* -CPAL-1.0 License - -The contents of this file are subject to the Common Public Attribution License -Version 1.0. (the "License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at -https://github.com/EtherealEngine/etherealengine/blob/dev/LICENSE. -The License is based on the Mozilla Public License Version 1.1, but Sections 14 -and 15 have been added to cover use of software over a computer network and -provide for limited attribution for the Original Developer. In addition, -Exhibit A has been modified to be consistent with Exhibit B. - -Software distributed under the License is distributed on an "AS IS" basis, -WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the -specific language governing rights and limitations under the License. - -The Original Code is Ethereal Engine. - -The Original Developer is the Initial Developer. The Initial Developer of the -Original Code is the Ethereal Engine team. - -All portions of the code written by the Ethereal Engine team are Copyright © 2021-2023 -Ethereal Engine. All Rights Reserved. -*/ diff --git a/tests/mocha.env.js b/tests/mocha.env.js deleted file mode 100644 index e944856..0000000 --- a/tests/mocha.env.js +++ /dev/null @@ -1,37 +0,0 @@ - -/* -CPAL-1.0 License - -The contents of this file are subject to the Common Public Attribution License -Version 1.0. (the "License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at -https://github.com/EtherealEngine/etherealengine/blob/dev/LICENSE. -The License is based on the Mozilla Public License Version 1.1, but Sections 14 -and 15 have been added to cover use of software over a computer network and -provide for limited attribution for the Original Developer. In addition, -Exhibit A has been modified to be consistent with Exhibit B. - -Software distributed under the License is distributed on an "AS IS" basis, -WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the -specific language governing rights and limitations under the License. - -The Original Code is Ethereal Engine. - -The Original Developer is the Initial Developer. The Initial Developer of the -Original Code is the Ethereal Engine team. - -All portions of the code written by the Ethereal Engine team are Copyright © 2021-2023 -Ethereal Engine. All Rights Reserved. -*/ - -process.env.APP_ENV = 'test' -process.env.NODE_ENV = 'test' -process.env.NODE_TLS_REJECT_UNAUTHORIZED='0' - -require("ts-node").register({ - project: './tsconfig.json', - files: true, - swc: true -}) - -require("fix-esm").register() diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 272b271..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "compilerOptions": { - "target": "esnext", - "lib": ["esnext", "dom", "dom.iterable", "WebWorker"], - "allowJs": true, - "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, - "noEmit": true, - "module": "CommonJS", - "strict": false, - "strictNullChecks": true, - "strictBindCallApply": true, - "noImplicitAny": false, - "resolveJsonModule": true, - "esModuleInterop": true, - "moduleResolution": "node", - "sourceMap": true, - "jsx": "react", - "isolatedModules": true, - "experimentalDecorators": true, - "allowSyntheticDefaultImports": true, - "emitDecoratorMetadata": true, - "declaration": true, - "outDir": "./lib", - "types": ["vite/client", "mocha"] - }, - "exclude": [ - "**/node_modules/**" - ], - "include": [ - "../../../../__global.d.ts", - "../../../server-core/src/*", - "../**/*.ts", - "../**/*.tsx" - ] -}