Version: SDK v0.24.5
Frequency: Consistently
Severity: Low
Context: While using script editor
Bug description:
I’m using script editor to make some custom missions. When I added some RTC nodes such as RTCSequencer, RTCCamerashot, RTCShot and so on, two options named CameraLinkedToPlayer and TargetLinkedToPlayer appears in node graph and inspector. But in XML file of mission script, two options are not shows at all. When I save entire project with two options uncheked, CameraLinkedToPlayer and TargetLinkedToPlayer write as ‘False’. But when I check them and save, two options are disappeared in XML file. It makes RTC malfunction after compile. If I want to make it to work normally, I have to open XML file with text editor and copy&paste those tags into RTC nodes.
<CameraLinkedToPlayer>True</CameraLinkedToPlayer>
<TargetLinkedToPlayer>True</TargetLinkedToPlayer>
I think that two tags should be included automatically when I make RTC nodes.
Repro steps: 1.Make some RTC nodes. 2.Check or uncheck CameraLinkedToPlayer and TargetLinkedToPlayer options. 3.Save project. 4.Then open mission script XML file with text editor and see what changes.

