Very important (at least for me) - Automatically set to 0 if leaving int/float textbox empty then enter
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.8k
- Forks
- 1.2k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 49
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I'm always frustrated when i leave the position/rotation/scale textbox empty, it goes back to the old value instead of setting it to 0
edit {
visible struggle
}
Describe the solution you'd like
if textbox null, then 0, might be better if it was available for any float/int textbox
Describe alternatives you've considered
none
Additional context
none
Here are some questions that can aid in the description of the feature request:
- What are the usecases? There are people who are used to unity and its easier than to put manually 0
- What kind of options/settings are expected/wanted? if texybox empty, then put 0
- What would the (pseudo) code look like? -
- Is the feature affecting behaviour in the editor? for less frustration
- if so: how should this look in the editor? -
- Is there a component or datastructure? -
- what kind of documentation is needed or needs to be updated? dont think it needs to be updated for this
- Should there be an example project? no
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the GameStudio editor handling for position, rotation, and scale numeric textboxes, then trace what happens when an int or float textbox is empty and Enter is pressed. Done means an empty textbox is consistently treated as 0 without restoring the previous value; check whether existing editor tests cover this behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- game-dev, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100