Hey everyone! ![]()
I’d like to share a game I’ve been working on that has just been globally released on Poki:
Jane’s Fashion Studio
It’s a casual dress-up and story-based game where players style characters and follow different character stories while unlocking outfits along the way.
A bit of background
This project actually started in Unity, but during soft-launch on Poki, I received a lot of feedback about loading time and performance, especially on lower-end devices.
To address that, I decided to rebuild the game in Defold.
Why Defold
After porting the game, the improvements were very noticeable:
- ~65% smaller build size
- Much faster loading time
- Smoother performance across devices
These changes had a real impact during testing and eventually helped the game move forward to a full global release on Poki.
So big thanks to the Defold team! The engine made this transition possible and very worthwhile ![]()
Tech stack
The project uses:
- Defold engine
- Poki SDK integration
- Defold Orthographic — one of my favorite libraries for camera handling
- Druid UI library — a very powerful UI system that made the migration from Unity much smoother
- Defold Lang for localization (the game has quite a lot of text)
- Pigeon — a great library for signaling
Big thanks to the creators and contributors of the libraries used in this project! Your work made development much smoother and more enjoyable!
What’s next
Now that the game is live, I’m continuing to:
- Monitor and improve UX based on player feedback
- Add more content (stories, characters, outfits)
One challenge
One interesting challenge during the port was save data compatibility.
Since the original version was built in Unity, preserving existing player progress in the Defold version isn’t very straightforward and would require additional migration handling between the two systems.
Given the stage of the project during soft launch, I decided to proceed without carrying over the previous save data.
Not a blocker (especially during soft launch), but something to keep in mind if anyone is considering a similar migration.
Final thoughts
Overall, switching to Defold was a really positive decision for this project, especially for web deployment.
Thanks again to the Defold team and the community! This engine is awesome ![]()
If you try the game, I’d love to hear your feedback!