Hertzole
Hertzole
Fully implement a undo/redo system. Todo list: - [x] Create object - [x] Delete object - [ ] Delete multiple objects - [x] Selection - [x] Set value - [...
**Is your feature request related to a problem? Please describe.** As the title says, allow the user to delete levels from the load level dialog. There should be a confirmation...
**Is your feature request related to a problem? Please describe.** Add keyboard shortcuts for certain actions, like duplicate, delete, copy, and paste.
When trying to move around with a physics character in one of the example scenes, I noticed there were no colliders for chunks above Y level of 59. As you...
### Version 5.0.0-beta.2 ### Minecraft Version 1.20.1 ### Entire Logs https://mclo.gs/lu8a7Uc ### Additional Notes _No response_
I can use a subfolder when taking a screenshot and saving that file to my screenshots folder. In my case `%y-%mo` to make it the year and month. However, when...
### Describe the bug First, I am **NOT** talking about the standard `ObservableCollection` but rather this package: [ObservableCollections](https://github.com/Cysharp/ObservableCollections) The ComboBox does not support using [the views](https://github.com/Cysharp/ObservableCollections?tab=readme-ov-file#viewsortedview) created using something like...
**Describe the bug** I try to run stryker on my project and it always failed when trying to connect to the vstest.console. Currently my project is using NUnit 3.14.0 _(woo,...
This pull request makes the assembly definition aware of the Unity.Collections package and, if available, enables `AsFixedStringXXBytes` on both `Utf8ValueStringBuilder` and `Utf16ValueStringBuilder`. There are checks in place to make sure...
This PR marks some 2D physics calls as obsolete, as they have been obsoleted by Unity. Most NonAlloc calls were obsoleted in 2023.1. `GetRayIntersectionNonAlloc` seems to have been obsoleted in...