Giter Site home page Giter Site logo

Comments (5)

Kiamo2 avatar Kiamo2 commented on August 26, 2024

According to the error message the image file 'building_center_N.png' is not found where it's supposed to be.
This file (and all other .png files) must be INSIDE the Godot project.
See also usage pt#2 "Please check: Tiled editor should seamlessly work inside your project i.e. all its references must be ok"
I've lookeed into the .tsx file (this is a readable text file) and there are lots of file references like '../Tiles/builing_center_N.png'
As ../Tiles is a relative path seen from the perspective of the .tsx and the .tsx is located in 'res://asset/maps/dev' the image files are expected in a folder "Tiles" parallel to the folder "dev" i.e. 'res://asset/maps/Tiles'.
Please ensure that this folder exists and contains all 244 image files.

And please don't double click on the .tmx. This won't work in Godot4.
The import (if running successfully) should create a file 'test.tscn' and this can be double clicked on.

from yati.

brandonawylie avatar brandonawylie commented on August 26, 2024

Thanks for the comment, I'm able to import the tmx file without errors being reported in the console. It appears that all the tiles, layers and objects made their way into godot, but the actual tilemaps aren't rendering. Attached is the imported map and a screenshot of the edit. I don't know anything about the tiled map support that godot has, so I don't really know what to expect on that. I thought maybe it was the overlapping tilemap layers I had, test.tmx has layers and test_cpy.tmx only has one. They both don't work. Is there any chance you could take a look?

editor_screenshot
example.zip

from yati.

Kiamo2 avatar Kiamo2 commented on August 26, 2024

Yes, with the full example I can reproduce the problem(s) and I will investigate this further.
(Interestingly, I also get error messages).

from yati.

Kiamo2 avatar Kiamo2 commented on August 26, 2024

The latest release 1.2.4 (hopefully) fixes the problem.
After updating the plugin files and starting Godot

  • please reimport by selecting the .tmx files + the choose the Import Tab (top left side) and press 'Reimport' (left side)
  • Force reloading e.g. by minimizing and maximizing the Godot window and confirm the reload proposal with OK

from yati.

Kiamo2 avatar Kiamo2 commented on August 26, 2024

Issue closed upon no further questions or objections so far.

from yati.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.