Access prefab component without instantiating

I need to access the Collider component of a prefab without instantiating it.
Is it possible?

I’m doing this from a script that has a reference to the prefab Object.

1 Answer

1

I found the solution here

Accept your answer :)

Done, thanks.