harbingerofme / DebugToolkit

Debugging commands for Risk of Rain 2. Previously known as RoR2Cheats.
https://thunderstore.io/package/IHarbHD/DebugToolkit/
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

Fix Command: "spawn_interactable" #148

Closed SChinchi closed 1 year ago

SChinchi commented 1 year ago

Issue Spawned interactables float a little bit over the ground. (Issue #140)

Solution The call isc.DoSpawn(position, rotation, spawnRequest) does not use the request for placing the object to the nearest node. Instead, we need to rely on the player's foot position directly.

xiaoxiao921 commented 1 year ago

Looks good. Fixes #140