Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

benny1123

2
Posts
2
Topics
A member registered Jun 16, 2020

Recent community posts

Hi,

After commiting a model file to git and pulling down on another computer, the model file will no longer load. After investigation, this was due to git changing the line endings within the .model files.

The way around this issue currently is to add a .gitattributes file to the repository to prevent git from changing the line endings on .model files. Though I don't think this is a critical issue, it would be nice for .model files to work out of the box with version control systems.

Cheers,

Ben

Hi,

Although there is currently a forge.exportsprite function it uses the current configuration from the side panel. It would be nice to be able to set this configuration using lua script so that a batch export of a sprite could be created with different configurations for creating animations.

The batch angles in the side panel does not help in my circumstance - I'm creating a boat rocking animation.

Cheers,

Ben