This may be a peculiarity of the script I'm trying to access, but I'm having trouble using Get Component to get a script that's attached to an object.
I'm using Easy Performant Outline (
https://assetstore.unity.com/packages/vfx/shaders/fullscreen-camera-effects/easy-performant-outline-2d-3d-urp-hdrp-and-built-in-renderer-157187 ) to highlight certain objects, so I need to be able to access the script to change a color value, or at the very least turn the script on and off. I'm able to find the script and set it as the value of an object variable, but when I try to use Get Component using this variable, Playmaker doesn't find anything.
Attached are images of the script component in question (which is definitely there) and the Get Component action (which can't find it)
I've used this in a similar way with other scripts with mixed results, but I've never not been able to find the script at all. Any ideas?