playMaker

Author Topic: Events don't work with EnterPlaymode enabled  (Read 779 times)

emildragan

  • Playmaker Newbie
  • *
  • Posts: 28
Events don't work with EnterPlaymode enabled
« on: December 28, 2022, 11:10:31 AM »
Hi,

In Unity, Settings, Editor, there is this option called enter play mode options. Normally, it's unticked, but in 2020.xxx and in some versions of 2021.xxx there is a Unity problem when it's stuck on Application Reload, doesn't enter play mode. The fix is to thick EnterPlayModeOptions.

The problem is that when I tick that, some Playmaker events won't work. For example, collision or trigger events. When I enter playmode without that tick (after restart), the same event works, so it's a Playmaker issue.

Can someone look into it? Maybe collisions or physics don't work with that option enabled.

Thank you.