As we already know,
Usually, we can't reference scene object to asset through inspector,
but somehow Adventure Creator is able to do that using Constant Id on It's Action List Asset,
I wonder how to use AC's Constant Id so i can reference scene object to my own Script.
Anyone?  ![]()
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
The ConstantID script has a series of GetComponent static functions that return a component based on a given ID number.
Example: