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

Can't use a URL in an image texture #1155

Closed
nearnshaw opened this issue Sep 12, 2024 · 0 comments · Fixed by decentraland/js-sdk-toolchain#1016
Closed

Can't use a URL in an image texture #1155

nearnshaw opened this issue Sep 12, 2024 · 0 comments · Fixed by decentraland/js-sdk-toolchain#1016
Assignees
Labels
Milestone

Comments

@nearnshaw
Copy link
Member

When configuring the texture of a Material component, I can paste a path to a local file, but I can't paste a URL to an external image from the web. This should be possible to do. Not for any image, there are CORS limitations, but if the site allows it, I should be able to.

The UI of the Editor however marks my string as invalid.

For example if I try to paste this string, that points to an image that I know works in-world (it's used by the UI Utils library)

https://decentraland.org/images/ui/dark-atlas-v3.png

Image

Image

@nearnshaw nearnshaw added this to SDK Sep 12, 2024
@nearnshaw nearnshaw converted this from a draft issue Sep 12, 2024
@nearnshaw nearnshaw removed the status in SDK Sep 12, 2024
@nearnshaw nearnshaw added this to the Workspace milestone Sep 12, 2024
@nicoecheza nicoecheza self-assigned this Oct 4, 2024
@nicoecheza nicoecheza moved this from Todo to In Progress in SDK Oct 4, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in SDK Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants