Wang Kai

Results 13 issues of Wang Kai

DEBUG_STACK() only supports stack print. It's much better if we can stop at any line of code and investigate.

Directory watching can be very useful for tools. Currently, the folder watching is not fully functional, which means we cannot implement Editor asset browser refresh.

улучшение
backlog

Step over/in/out support, etc.

enhancement

Right mouse button is 1 while middle button is 2 in imgui: https://github.com/AtomicGameEngine/AtomicGameEngine/blob/1729e34a09fd6c530f90a7ec4c1c2b4c828dfd80/Source/Atomic/UI/SystemUI/SystemUI.cpp#L145

difficulty: 1
priority: low

Hi Aiekick, Thank you for such a cool tool! I'm testing a feature to save all final selected fonts to a single .ttf file and generate a header for all...

bug
Merge mode

It's very straightforward to use Ctrl key to select multiple nodes in the tree. However, it seems when to the shift key multiple selection, the problem becomes complicated. The shift...

enhancement
tree

I am not an expert on open source license. However, according to https://blender.stackexchange.com/questions/72095/license-issues-with-blender-addons - > Regarding 3rd party addons: >Blender also includes the Blender Python API, so every piece of...

We need to export **position**, **rotation** and **scale** information of the nodes in the hierarchy for the prefab file.

Hi thanks for the amazing project! I got an issue that I could not use customized local font using @font-face in the style css file. ```css @font-face { font-family: 'my-font';...