Defold BuddyProductivity tools for Defold to make your life easier and coding experience nicer. Features
Code completion for Defold API and dependenciesDemo (Defold API)...
or
Demo (project dependencies)...
Code completion for Defold URLsKnown issuesFor now the suggestions are not refreshed automatically when you make any changes to your .go and .collection files. For now you need to re-index them manually by running a command.
Asset PortalDemo...
Build (run) your gameDemo...
Note: requires Defold editor running in the background Note: you can set a hotkey for this command as well as for any other command Hot reloadingAfter Demo...
Note: read about hot reloading in Defold
https://user-images.githubusercontent.com/7230306/222926994-3aa97bc2-74c4-48f7-a183-176b024d2a41.mp4 Create a complex Game Object file from Explorer context menuCreate a Game Object file (.go) with components (sprite, script) and a factory file ( Demo...
Generate manifest (reduce game bundle size)Demo...
You can generate the app manifest from Defold editor: Or from VSCode: FeedbackIf you would like to collaborate, contribute or request a feature feel free to do it at Github CreditManifest generation code was copy pasted from Defold App Manifest generator by britzl. ResourcesAnnotations used in this extensions are generated with Defold Lua Annotations. |