Combine camera x and y positions action

We need two separate actions to set camera position. Can there also be a combined Camera position action just like there is with object position?

I think we could ask for something more

Imagine we do not have Camera Center X and Y actions
But just Camera position action
And now we can select in it do we wanna affect X or Y or both
1 action with all functionality

And now imagine

Being one action like just called Position
Where you select do you want to affect X or Y or both
And also you wanna work with origin or center position?
Both cases could be just single action

hello! is this resolved or not? maybe i can make a very simple extension

I think idea is still to have it built in since with extension we lack modification’s sign
Technically it can be added same as actual choice do you want only X or only Y or both
But then what’s the point if you can use built in action for that
This you gonna use only if you actually want both

{
“author”: “”,
“category”: “”,
“dimension”: “”,
“extensionNamespace”: “”,
“fullName”: “”,
“gdevelopVersion”: “”,
“helpPath”: “”,
“iconUrl”: “data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0ibWRpLWdyaWQtbGFyZ2UiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNCwySDIwQTIsMiAwIDAsMSAyMiw0VjIwQTIsMiAwIDAsMSAyMCwyMkg0QzIuOTIsMjIgMiwyMS4xIDIsMjBWNEEyLDIgMCAwLDEgNCwyTTQsNFYxMUgxMVY0SDRNNCwyMEgxMVYxM0g0VjIwTTIwLDIwVjEzSDEzVjIwSDIwTTIwLDRIMTNWMTFIMjBWNFoiIC8+PC9zdmc+”,
“name”: “CameraPosition”,
“previewIconUrl”: “``https://asset-resources.gdevelop.io/public-resources/Icons/f70f7577000abf9f1547244d623aeb4f3f223ad7113371890503518be605cc27_grid-large.svg”``,
“shortDescription”: “”,
“version”: “”,
“description”: “”,
“tags”: ,
“authorIds”: ,
“dependencies”: ,
“globalVariables”: ,
“sceneVariables”: ,
“eventsFunctions”: [
{
“fullName”: “Camera Position”,
“functionType”: “Action”,
“name”: “CameraPosition”,
“sentence”: "Change center camera X position to PARAM1 Y position toPARAM2onPARAM3 ",
“events”: [
{
“type”: “BuiltinCommonInstructions::Standard”,
“conditions”: ,
“actions”: [
{
“type”: {
“value”: “SetCameraCenterX”
},
“parameters”: [
“”,
“=”,
“CamX”,
“Layer”,
“”
]
},
{
“type”: {
“value”: “SetCameraCenterY”
},
“parameters”: [
“”,
“=”,
“CamY”,
“Layer”,
“”
]
}
]
}
],
“parameters”: [
{
“description”: “Camera center X”,
“name”: “CamX”,
“supplementaryInformation”: “”,
“type”: “expression”
},
{
“description”: “Camera center Y”,
“name”: “CamY”,
“type”: “expression”
},
{
“description”: “Layer”,
“name”: “Layer”,
“type”: “layer”
}
],
“objectGroups”:
}
],
“eventsFunctionsFolderStructure”: {
“folderName”: “__ROOT”,
“children”: [
{
“functionName”: “CameraPosition”
}
]
},
“eventsBasedBehaviors”: ,
“eventsBasedObjects”:
}