Hazel
Hazel copied to clipboard
Hazel Engine
#### Describe the issue (if no issue has been made) 1. Everytime after updating C# scripts, we need to build its solution manually, like Ctrl + B. Now just build...
(NOTE: it is possible this has been revised/fixed in later updates. as the video this bug is pertaining to is about a year old.) You pass s_Data.QuadIndexCount to drawIndexed() in...
#### Describe the issue (if no issue has been made) During runtime or simulation, editing the `TransformComponent` of an entity with a `Rigidbody2DComponent` does not update neither the `TransformComponent` nor...
run setup.bat display "Error: invalid value 'ARM64EC' for architecture" with MSVC on Windows arm64ec
I run setup.bat display "Error: invalid value 'ARM64EC' for architecture" with MSVC on Windows arm64ec Could you please help look at this issue? **Versions and configuration** OS: Windows Server 2022...
#### Is your feature request related to a problem? Please describe The default namespace is the project name("_Hazel-ScriptCore_"), so set it to "Hazel" for the new file. However, because of...
Watched the stream and noticed this was missing. Not sure how strongly we feel about the UByte naming. Decided to rename it but feel free to change it back. Also,...
In order to properly unload a MonoDomain, a different one has to be set. Since we are doing a clean up then we have to set it to the root...
Splits up `EditorLayer::OnImGuiRender()` into sub functions following the convention introduced in e590ee92b16be2d2b1cbf5c7666412cbe978e799 with `EditorLayer::UI_Toolbar()`, i.e. this adds `UI_Stats()`, `UI_Viewport()` etc. Impact | Issue/PR ------------------------ | ------ Issues this solves |...
#### Describe the bug RendererAPI creation in `RenderCommand.cpp` will crash *if* we try to log something in `RendererAPI::Create()` function. #### To Reproduce Steps to reproduce the behavior: 1. Go to...
#### Describe the issue (if no issue has been made) RendererAPI creation in `RenderCommand.cpp` will crash *if* we try to log something in `RendererAPI::Create()` function (See #574). #### PR impact...