1
\$\begingroup\$

I am trying to make a 2D level of a game and want to know how to move a specific tile left and right.

All the level is designed on a single Tilemap. I want to move one platform left and right. How would I do that?

Platforms in Tilemap

\$\endgroup\$
2
  • 2
    \$\begingroup\$ You should use a GameObject with scripts for things that are interactive. TileMaps are best used for things that don't move and don't have interactivity beyond simple static collision. \$\endgroup\$ Commented Mar 16, 2023 at 18:00
  • \$\begingroup\$ @Romen If you posted an answer showing such a script and how to set up its sprites to match the tiles, I'd upvote it. \$\endgroup\$ Commented Mar 16, 2023 at 21:06

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.