Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong install location of WebGL component on linux #389

Merged
merged 3 commits into from
Jun 27, 2024

Conversation

Joaquimmnetto
Copy link
Contributor

On Linux installations, the webGL component ended up on a duplicated path(ex: `UnityRoot/Editor/Data/PlaybackEngines/WebGLSupport/Editor/Data/PlaybackEngines/WebGLSupport). This is due to the txz file with the component already having a folder structure on its own and assuming it will be unpackaged on Unity root.

This fixes the issue by letting the webGL base path be the unity root, and letting the txz folder structure unpack it in the right place.

@Joaquimmnetto Joaquimmnetto changed the title Fix issue with WebGL installation on linux Fix wrong install location for WebGL component on linux Jun 26, 2024
@Joaquimmnetto Joaquimmnetto changed the title Fix wrong install location for WebGL component on linux Fix wrong install location of WebGL component on linux Jun 26, 2024
@Larusso
Copy link
Owner

Larusso commented Jun 26, 2024

Need to check the test setup. It now screams around :)

@Joaquimmnetto
Copy link
Contributor Author

Tests fixed. However had to format the fixture files to be able to check where should I change, so that inflated the change count a bunch.

@Larusso Larusso merged commit f2969f4 into Larusso:master Jun 27, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants