mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-06 07:38:46 +00:00
Update README.md
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
> [!IMPORTANT]
|
||||||
|
> The way Cog integrates in your project has been simplified. If you update Cog, please read the [integration guide](#Integrating-Cog-in-your-project). If you didn't modify Cog sources, you should remove all your existing Cog files before updating. If you did modify Cog sources and stil have a `CogWindow` folder, consider deleting it before updating.
|
||||||
|
|
||||||
|
|
||||||
# Cog
|
# Cog
|
||||||
Cog is a set of debug tools for Unreal Engine built on top of [Dear ImGui](https://github.com/ocornut/imgui)
|
Cog is a set of debug tools for Unreal Engine built on top of [Dear ImGui](https://github.com/ocornut/imgui)
|
||||||
|
|
||||||
@@ -387,6 +391,9 @@ You must have Unreal 5.5 or greater and Visual Studio to launch the sample
|
|||||||
|
|
||||||
### Integrating Cog in your project
|
### Integrating Cog in your project
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> The way Cog integrates in your project has been simplified. If you update Cog, please read the [integration guide](#Integrating-Cog-in-your-project). If you didn't modify Cog sources, you should remove all your existing Cog files before updating. If you did modify Cog sources and stil have a `CogWindow` folder, consider deleting it before updating.
|
||||||
|
|
||||||
The Cog repository has the following structure:
|
The Cog repository has the following structure:
|
||||||
- `CogSample` - A Sample that demonstrate various Cog functionalities. The project was saved in Unreal 5.5
|
- `CogSample` - A Sample that demonstrate various Cog functionalities. The project was saved in Unreal 5.5
|
||||||
- `Plugins/CogAbility` - ImGui windows for the Gameplay Ability System (Abilities, Effects, Tags, ...)
|
- `Plugins/CogAbility` - ImGui windows for the Gameplay Ability System (Abilities, Effects, Tags, ...)
|
||||||
@@ -535,6 +542,7 @@ class ACogSamplePlayerController
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
Cog integrated in Lyra:
|
Cog integrated in Lyra:
|
||||||
|
|||||||
Reference in New Issue
Block a user