VeriorPies/ParrelSync

[Question] a way to know if the project is a clone?

BruceKristelijn opened this issue · 2 comments

I need the default editor layout for inspecting so I was thinking of giving the clone's editor a hue color. Is there a build-in way of knowing that the current instance is a clone? This would make it really easy to do!

I know this is an old question, but i just started using ParrelSync and i found this:

https://github.com/VeriorPies/ParrelSync/wiki/Argument

if (ClonesManager.IsClone()) { ... }

just in case anyone has the same question.

Wow, that's it thank you!