Hi,
I'm currently using Build 9300, and I followed the instructions Justin posted at the beginning of this thread. I have imported the sample game into Stencyl, however, I get the following messages when I open it in the Stencyl software:
Warning
Missing engine extension
The engine extension 'com.polydes.datastruct' does not exist. Do not save the game, if you have used blocks from the extension.
Warning
Missing engine extension
The engine extension 'com.polydes.dialog' does not exist. Do not save the game, if you have used blocks from the extension.
I assume these messages are referring either to the .jar files or the .zip folders. Both .jar files with those names are in the workspace folder, and so are the .zip folders (both in extracted form as regular file folders, as well as the original .zips). I tried removing the .zips from the workspace folder and leaving the extracted folders, but I still get the same result.
Does anyone know what I'm doing wrong?
Edit: Nevermind. I read this:
https://github.com/justin-espedal/polydes/blob/master/Dialog%20Extension/guides/getting_started/guide.md and stuffed around for a bit and managed to get things working