shun126 / UE5-DungeonGeneratorDemo

Unleash Limitless Dungeon Exploration with Unreal Engine 5's Plugin. Create custom rulesets and generate efficiently for a unique and immersive experience.
https://www.fab.com/ja/listings/11fce4d9-8996-4323-9aac-9cfacbfb95eb
MIT License
30 stars 6 forks source link

Add node to get player start position #36

Closed shun126 closed 3 months ago

shun126 commented 3 months ago

Get Tile of Player Start: a node that returns the set Player Start location that the generator would normally use if "move player start at play" was true.

shun126 commented 3 months ago

In plugin version 1.6.2, you can now get the starting location from the StartRoomLocation of the DungeonGenerateActor actor. Similarly, you can get the goal location from the GoalRoomLocation.