The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
316 views

How do I visualize parallax layers in a level editor?

I'm making a 2D game in Unity, but this would apply to any 2D game engine. If I implement multiplane parallax with orthographic cameras, it is difficult to lay out the background layer's sprites and ...
1
vote
1answer
187 views

What can i use as a 3d Tile map editor?

I need to make grid based levels with 3d models for a dungeon crawler ( as a recent example Legend of Grimrock), but i need to have several layers and place entities with properties and position, ...
2
votes
0answers
76 views

Execute a trigger after research is complete

I'm making a map where I want to destroy a building when it finishes researching a certain ability. How do I create a trigger that accomplishes this?
1
vote
0answers
55 views

Why does the location of my vehicle spawner change when I open a matinee?

I'm doing work with InterActors and vehicle spawners in Unreal Tournament 3's editor, and have it set up like so: (The Walkway its on is the InterActor) However if I go in Kemsit and open the ...
0
votes
0answers
45 views

Lifting vehicles (and spawners) using InterActors, strange collisions causing flying vehicles

Making a VCTF map with the Unreal Tournament 3 Editor, and thus have vehicles in it. Currently I have 2 walkways next to each other (Big enough for a vehicle). One of them (A InterActor) drops down, ...