
0
Answered
[empty header]
Flow macro can’t select scene tab. However embed can select.
I want PlayerController”flow macro” to get position of mCamera but I can’t.
What should I do?
Bolt Version:
Unity Version:
Platform(s):
Scripting Backend:
.NET Version (API Compatibility Level):
Customer support service by UserEcho
Hi,
Macros are assets (ScriptableObject), so they cannot refer to scene objects because they do not belong to any scene.
You can create an Object Variable on your game object that has the machine with this macro to link a scene reference.
Thanks! I understand and I become able to use scene variables