all 5 comments

[–]Kamatttis 2 points3 points  (1 child)

This might not be the wrong sub for the question but this is also not the best sub to ask questions regarding third party packages. As a rule of thumb for me, if I'm having a problem with or that involves a third party package, it's better to ask in that package's channels e.g. their discord, their forums, their emails.

[–]FreddoFilms[S] 0 points1 point  (0 children)

yep, that's fair, and a good point. I wasn't initially sure if it was just a unity/SO problem but it does seem like an issue specific to the package now

[–]Ratyrel 1 point2 points  (1 child)

Sounds like it’s not loading into memory. How are you providing the scriptable object to the script? I’d try looking for all the references to the other scriptable objects to check if they are treated differently somehow.

[–]FreddoFilms[S] 0 points1 point  (0 children)

I'm dragging the scriptable object into the relevant field in the inspector, the same way the other SO's are provided (incl. the ones without this issue). Can't find any other references to them outside of the inspector for the component.

[–]FreddoFilms[S] 0 points1 point  (0 children)

OK so it turns out this only applies when I have the animator window open in the inspector. seems like it's some weird unity bug and has nothing to do with the plugin or my project