Hi there, I found that a bunch of my Action List assets stopped working since 1.67.0, it seems to be related to sending GameObjects as parameters to Action List assets.
Here's a package demonstrating the issue:
https://1drv.ms/u/s!Amz_vh8OYDX3u4Zs1Q7YsOdDHKoBLQ
Steps to reproduce:
1. Open Scene1 and hit Play
2. The OnStart cutscene will now call run an Action List asset called SetObjectVisibility that worked prior to 1.67.0
Unity version: 2018.3.11f1 (same issue in previous version though)
Thanks
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Thanks for the package, I'll look into this.
This is specific to the Object: Visibility Action. Replace line 58:
with:
Thanks!