Candy Merge / Candies
Candies
Enjoying Candy Merge?Leave a reviewLearn to use the candies settings.
Every setting has a tooltip you can read if you hover over it for a couple of seconds.
How it works
- Open Candy Merge → _Config → Candy.
- The merge order is set up similar to that of a linked list. Each candy has a
Nextcandy that will spawn if two of this candy is merged.
If the
Nextcandy is not set, this will end the sequence.
- The first candy in the order is set via the
Candiesscriptable object found under Candy Merge → _Config → Candy → Resources. - The
Valueis the value the player gets when this candy merges. - The
Weightis the chance for this candy to be selected to drop from the player directly.
If the
Weightis set to0, the player cannot get this candy directly, but has to instead merge its way up to it.
- The rest of the settings can be learned more about by hovering them for a couple of seconds to see its tooltip.
Creating your own candy
- In the project window:
[RMB]and select Create → Candy Merge → Candy → Candy. - Make sure that the candy is in the merging link using the
Nextproperty (see above).
Last updated

