FlaxEngine / ImGui

Dear ImGui plugin for Flax Engine that adds debug GUI interface to game viewport.
MIT License
12 stars 4 forks source link

C# intellisense #3

Open PascalSoftwares opened 12 months ago

PascalSoftwares commented 12 months ago

C++ glue project works with Visual studio intellisense, but C# does not work - no 'ImGUI' class having controls detected, so cannot see exact invoke convention. Somehow Cooking is working, but code editing in C# environment is far inferior than C++ situation.

Can intellisense be available for C# script?

MineBill commented 12 months ago

Make sure you configuration is set to Editor.Development and the architecture is set to Win64.