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

I can't import tsx (tileset tiled) #812

Closed
ElBidouilleur opened this issue Jul 8, 2023 · 3 comments
Closed

I can't import tsx (tileset tiled) #812

ElBidouilleur opened this issue Jul 8, 2023 · 3 comments
Assignees
Labels
Milestone

Comments

@ElBidouilleur
Copy link

Hello

I want to import tileset tiled but i've an error
I already test to passed monogame to 3.8.0 and is not work

image

I've the last version

image

Thanks

@Gandifil
Copy link
Collaborator

Gandifil commented Sep 3, 2023

May be, Duplicate of #783 . Please, check and answer here.

However, try to load dev version of Monogame.Extended. (instructions in README).

@Gandifil Gandifil self-assigned this Sep 3, 2023
@Gandifil Gandifil added the bug label Sep 3, 2023
@simonsk90
Copy link

Take a look at this maybe:

https://community.monogame.net/t/failed-to-build-map-tmx-file-with-monogame-extended/19561

@AristurtleDev AristurtleDev modified the milestones: v3.9.0, v4.1, v4.0.0 May 20, 2024
@AristurtleDev AristurtleDev self-assigned this May 28, 2024
@AristurtleDev
Copy link
Collaborator

This issue was caused due to the removal of Color.TransparentBlack in MonoGame 3.8.1.303.
This is no longer an issue in develop since it has been updated to the latest MonoGame version.

Until the MonoGame.Extended v4.0.0 release you can use one of the following workaround

  1. Use the source code of MonoGame.Extended directly and reference it in your project
  2. Use the most recent (at the time of writing this) prerelease NuGet https://www.nuget.org/packages/MonoGame.Extended/3.9.0-prerelease.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

4 participants