mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-01-18 08:20:32 +00:00
Updated project status.
This commit is contained in:
parent
590f0819ab
commit
6b97a7b724
@ -10,12 +10,10 @@ Dear ImGui simplifies and helps with creation of quality visualisation and debug
|
||||
|
||||
Status
|
||||
------
|
||||
Supported engine version: 4.19.2*
|
||||
Supported engine version: 4.20.2*
|
||||
|
||||
\* *Plugin has been updated to compile and work with at least this version of the engine. Commits updating plugin to newer version of the engine are tagged with this version's number. If newer engine version doesn't require any change then it want be tagged, so there is a chance that plugin works with version newer than officially supported. As long as possible I will try to maintain backward compatibility when updating to newer engine version (but not necessarily when adding new features). Right now plugin should be at least backward compatible to engine version 4.15.*
|
||||
\* *Plugin has been tested and if necessary updated to compile and work with this engine version. As long as possible I will try to maintain backward compatibility of existing features and possibly but not necessarily when adding new features. Right now it should be at least backward compatible with the engine version 4.15.*
|
||||
|
||||
### Usability changing updates
|
||||
In recent commits I changed default behaviour from software to hardware cursor *(commit f18e1f0b6862ebc319b38a908e82c37d513ab99d)* and moved ImGui draw events to be called during world tick start rather than post-tick *(commit 052ae0a201590b024291130317f7e3a096542bed)*. Those changes may have some usability implications and so the old behaviour can be restored by using `ImGui.DrawMouseCursor` and `ImGui.DebugDrawOnWorldTick` console variables. There are good reason for those changes, but if they cause any issues, please raise them in the forum.
|
||||
|
||||
About
|
||||
-----
|
||||
|
Loading…
Reference in New Issue
Block a user