Skip to main content

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

just bought ur bundle for the other plugins, Awesome! impressive dev work. Can we get an example c3p with use cases for this? im struggling to understand  "Transfer Picking from one Family/ObjectType to an other"; seems like pick by uid does the same. need some visuals to understand its greatness i am missing

(+1)

pick by UID would require you to do a for each loop if you have multiple instances picked (which is very expensive).
This transfers all possible picked instances, so it doesn't require the for each loop.

(6 edits) (+1)

Hi Thank you so much ! I'm glad you find those addons useful :)
As Federico said, one of the big benefits of this Condition is to avoid expansive "For Each" loops in some situations.

Here is a visual example of "Transfer Picking" in Action VS the vanilla way we have to it :


It allows you to pick several instances of any Family/ObjectType from the currently picked instances of any other Family/ObjectType :)