EasyQuestSwitch icon indicating copy to clipboard operation
EasyQuestSwitch copied to clipboard

Automatically removing components

Open BlackCherryCat opened this issue 2 years ago • 2 comments

I would like EQS to be able to remove components (such as constraints) when moving the target to Android and then recover those components when moving the target to Windows.

BlackCherryCat avatar Mar 01 '24 05:03 BlackCherryCat

I agree, though with a variation on it. I think that the components should be only removed in a non-destructive way using the [PostProcessScene] mechanism so that it only removes them on world build and on playmode enter. This removes the need for EQS to keep track of all the serialized data between platform swaps. This should also apply to GameObjects themselves as well.

techanon avatar Mar 22 '24 18:03 techanon