You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With TexturePacker you have the option to automatically create a normalmap file which has the same positions + regions for the supplied normalmaps as the texture file. But when using this plugin for godot the normal file which can be also generated is completely ignored.
A simple fix for a spritesheet (which I used in my project now) could be f.e. adding
after this (This code assumes that the file extensions are trimmed, otherwise you would have to change it slighty)
This also creates "empty" normalmaps (if the original spritesheet had no normalmap for a specific texture) instead of no normalmap at all- I don't know if this would be the intended functionality. Additionally it doesn't really leave room for customisation (if the user f.e. wanted a specific folder for all the normal maps).
But it would be nice if this or something similar was added to the import of spritesheets and tilesets
The text was updated successfully, but these errors were encountered:
With TexturePacker you have the option to automatically create a normalmap file which has the same positions + regions for the supplied normalmaps as the texture file. But when using this plugin for godot the normal file which can be also generated is completely ignored.
A simple fix for a spritesheet (which I used in my project now) could be f.e. adding
after this (This code assumes that the file extensions are trimmed, otherwise you would have to change it slighty)
This also creates "empty" normalmaps (if the original spritesheet had no normalmap for a specific texture) instead of no normalmap at all- I don't know if this would be the intended functionality. Additionally it doesn't really leave room for customisation (if the user f.e. wanted a specific folder for all the normal maps).
But it would be nice if this or something similar was added to the import of spritesheets and tilesets
The text was updated successfully, but these errors were encountered: