Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

grifdail

4
Posts
79
Followers
172
Following
A member registered Nov 21, 2014 · View creator page →

Creator of

Recent community posts

Hey ! Any update on this ?

I'm using Doodle Playground for Ludum Dare and Apparently this bug is still here.
My workaround is a create a matching subfolder "Assets/Texture/Drawn".

Speaking of 3D first person game. I'm using your tileset to make a small prototype.

Using webpack (and webpack-dev-server) give you as small boost as it recompile only what have change. (It not the case with thing like browserify or most babel version). By switching from gulp+babel to webpack (both with watcher) I was able to go from a 5sec of compilation every time I changed a file to instant compile.

Maybe we could take inspiration from the reddit gamedev community ?