-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object-variable expression missing for Number variables #6697
Comments
Thank you for reporting an issue. Indeed, we forgot to hide A new system has been introduced fro variables in the 5.4.203. Please take a look to the release note: You can also find more details on the forum:
This has never been possible with expressions. Boolean values can be copied using conditions and actions. |
Ah okay I thought so. That mean we should use autocomplete?
|
Variables must be declared and their names directly used in expressions (without |
Is there an existing issue for this?
Describe the bug
If I want to fill a global/scene variable with the declared type Text with an object variable, there is an entry for it in the expression editor. But if it is a variable with the type Number, the entry is missing.
![2](https://private-user-images.githubusercontent.com/81538128/341520914-17e074ec-b96d-4bf2-88c4-1ce038d32c72.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MjQxODYsIm5iZiI6MTczOTUyMzg4NiwicGF0aCI6Ii84MTUzODEyOC8zNDE1MjA5MTQtMTdlMDc0ZWMtYjk2ZC00YmYyLTg4YzQtMWNlMDM4ZDMyYzcyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDA5MDQ0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYyN2VlOGY4ZDYxYjg5MjViNmFkYWViNjE1NTY0ODI3ZDU1MmVmYjdjYzkyZGYyNjlmMjYyZWM4OTg3M2M2NDcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.H4ono8-gisxT0eVZX49uUwFfJ1UTaYrppueiC-Sj7nM)
The same e.g. with Storage save actions.
Another problem, it is not possible to pass a boolean value from a scene boolean variable to a global boolean variable because boolean variables do not allow expressions.
GDevelop version
5.4.204
The text was updated successfully, but these errors were encountered: