Hazel Tools for Visual StudioHazel Tools is an extension for Visual Studio 2022 that adds integration with the Hazel game engine. Post-Installation NotesIf you don't see the "Attach to Hazelnut" button in the Debug menu after installing the extension, please go into the "Manage Extension" window and make sure that the "Hazel Tools" extension is enabled. If it's disabled by default you'll need to manually enable it and then restart Visual Studio. Keep in mind the "Attach to Hazelnut" button will only appear if you have a solution with a C# project in it open. Attaching to HazelnutHazel Tool for Visual Studio adds debugging support for Hazel C# scripts in Visual Studio. To use the extension simply open your games C# solution (located in the projects base folder), go to C# Entity Script TemplateAs of Hazel Tools version 1.3 you can now easily create a script that inherits from Hazels Entity class, and has the Requirements
|