You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"shortDescription": "Pick object instances by highest or lowest variable value, z-order, and more.",
12
-
"version": "2.1.0",
13
-
"description": [
14
-
"Adds various actions and conditions for advanced object selection. Includes picking objects with the highest or lowest Z-order (for 2D objects), an object variable, and the ability to unpick all objects.",
15
-
"",
16
-
"If multiple instances have the highest/lowest Z-order, all of these instances will be picked."
17
-
],
12
+
"shortDescription": "Unpick all instances of an object.",
13
+
"version": "2.2.0",
14
+
"description": "Unpick all instances of an object to only pick objects created by following actions.",
18
15
"origin": {
19
16
"identifier": "ObjectPickingTools",
20
17
"name": "gdevelop-extension-store"
21
18
},
22
-
"tags": [
23
-
"object",
24
-
"picking",
25
-
"instance",
26
-
"pick",
27
-
"unpick",
28
-
"select",
29
-
"deselect"
30
-
],
19
+
"tags": [],
31
20
"authorIds": [
32
21
"ZgrsWuRTAkXgeuPV9bo0zuEcA2w1",
33
22
"gqDaZjCfevOOxBYkK6zlhtZnXCg1"
34
23
],
35
24
"dependencies": [],
25
+
"globalVariables": [],
26
+
"sceneVariables": [],
36
27
"eventsFunctions": [
37
28
{
38
29
"description": "Unpicks all instances of an object.",
0 commit comments