Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

I see, thanks for the explanation!

Currently there is no direct way to do this for CC2D, I'm afraid.

But you can do this manually, prefab generated from CC2D is basically just a bunch of Sprites. You can do this by editing the prefab, click the Show Child button, and disable Auto Hide Children. You should be able to see the children of the prefab now.

Then you can  set the Rendering Layer Mask for each renderer under the prefab.

You can also automate this using script, of course. Which should be much faster and easier.

PS. Disable InitializeOnAwake after modifying the prefab, so that your changes won't get overridden in runtime.

Thank so much, works perfect this way.

Congrats for this great tool