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

Stuck when enabling extension #1

Closed
tapiov opened this issue Nov 4, 2022 · 3 comments
Closed

Stuck when enabling extension #1

tapiov opened this issue Nov 4, 2022 · 3 comments

Comments

@tapiov
Copy link

tapiov commented Nov 4, 2022

Hi. Not sure I am using this right but when I try to use the extension this happens

  1. Create a Turbowarp project
  2. Test the project in Packager preview => works
  3. Add to Advanced Options, Custom extensions:
    https://softedco.github.io/GameJolt-API-Scratch-extension/GameJoltAPI.js
  4. Test the project in Packager preview => stucks to loading screen, something like 95% complete

Tried also packaging, Plain HTML, ZIP, uploaded to GameJolt. Same result as in 4.

Probably something I am doing wrong?

@tapiov
Copy link
Author

tapiov commented Nov 4, 2022

OK, I got it working by copy+pasting the full JS to box
Custom JS (Don't change if you don't know what you're doing!)
So it's the format I am using in the Custom Extensions above that

@softedco
Copy link
Owner

softedco commented Nov 9, 2022

The extension won't load from a link in the packager, but it will work if you paste the code into the custom js box

@softedco softedco closed this as completed Nov 9, 2022
@softedco
Copy link
Owner

softedco commented Nov 9, 2022

This link will work if you add -Unsandboxed in the end, it would look something like this:
https://softedco.github.io/GameJolt-API-Scratch-extension/GameJoltAPI-Unsandboxed.js
But I don't recommend doing that since your project might break.

@softedco softedco pinned this issue Nov 9, 2022
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

No branches or pull requests

2 participants