Hazel icon indicating copy to clipboard operation
Hazel copied to clipboard

Hazel Engine

Results 148 Hazel issues
Sort by recently updated
recently updated
newest added

### Got fatal error I had an error when I changed the project Hazel configuration type from a dynamic library to a static library. Here is my error: ``` 4>C:\Program...

Trying to set up and install Hazel for first time. Ran git clone --recursive https://github.com/StudioCherno/Hazel.git Tried running Setup.bat from both the project directory and from the scripts directory. Strangely, the...

**For adding a script component to a newly created entity through c# and modify its data we have to** - 1) Create the entity 2) Add the script component 3)...

…the bottom. #### Describe the issue (if no issue has been made) A lot of people may have overlooked an issue where there is a flicker or delay in the...

#### Describe the bug Cherno's 118th episode of C# script, I followed Cherno to clone the mono project and generated the lib file, but when I tried to ctrl+shift+b to...

msdf Atlas is using only 3 channels which might not be Ideal in long term, but mtsdf is using 4 of them , so I've changed function which generates Atlas...

#### Describe the bug After I move my code to Sandbox (I'm on video 36 on the playlist), there aren't any build errors or warnings, but nothing renders! #### To...

* Maximize on startup with `Window::Create(const WindowProps& props, bool maximized)` function `maximized` variable set true. * Transform Component C# API is up to date with C++.

- Lists all classes in ScriptEngine::GetEntityClasses - Effectively removes the need to check for an existing class #### Describe the issue (if no issue has been made) While giving feedback...

When i want get an entity by "**FindEntityByName()**" in "**OnCreate()**" function, there will be a promblem that it would miss the instance from the function: "**void ScriptEngine::OnCreateEntity(Entity entity)**", because the...