Skip to content

Commit

Permalink
MWPW-157950 | Migrating CC to unity V2 for performance and flexibilit…
Browse files Browse the repository at this point in the history
…y (Fix) (#653)

Migrating CC to unity V2 for performance and flexibility - remove double loads

Resolves: [MWPW-157950](https://jira.corp.adobe.com/browse/MWPW-157950)

**Test URLs:**
- Before: https://main--cc--adobecom.aem.live/products/photoshop/edit-photos?martech=off
- After: https://unityv2migrationfix--cc--adobecom.aem.live/products/photoshop/edit-photos?martech=off
  • Loading branch information
aishwaryamathuria authored Feb 25, 2025
1 parent 3944449 commit 2c61286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion creativecloud/blocks/unity/unity.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default async function init(el) {
const unitylibs = getUnityLibs();
const promiseArr = [
`${unitylibs}/core/styles/styles.css`,
`${unitylibs}/core/workflow/workflow.js`,
`${unitylibs}/scripts/utils.js`,
`${unitylibs}/core/workflow/workflow.js`,
];
Expand Down

0 comments on commit 2c61286

Please sign in to comment.