Skip to content

Scene Interaction: Add fallback when there's nothing to raycast against. #35

@FrayedFunction

Description

@FrayedFunction

Description

Objects can't be placed into empty scenes because SceneInteraction breaks when there's nothing to raycast against.

Steps to Reproduce

  1. Open an empty scene
  2. Attempt to place an object

Expected Behaviour

Objects should be able to be placed freely in an empty scene

Actual Behaviour

Placer freezes at world origin, or on the last collider hovered over.

Possible Solutions

Could fallback to:

  • Mouse position
  • 2d mode (currently being worked on in feature/2dSupport)
  • Plane Projection

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions