update animations save location

This commit is contained in:
EliyaFishman 2022-11-30 18:22:38 +02:00
parent 43783c43a0
commit fc345d6737
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ namespace Bread2Unity
var spritesFolderPath =
$"Assets\\Resources\\Sprites\\Games\\{char.ToUpperInvariant(rootPrefabName[0]) + rootPrefabName.Substring(1)}";
var animationsFolderPath = spritesFolderPath + $"/anim/{prefabData.Name}";
var animationsFolderPath = spritesFolderPath + $"/Animations/{prefabData.Name}";
if (!Directory.Exists(animationsFolderPath))
{
Directory.CreateDirectory(animationsFolderPath);

View file

@ -7,7 +7,7 @@ Rhythm Heaven animation to Unity animation converter
- [X] add option for rotate texture
- [ ] remove npe (animationController)
- [ ] change animations save location
- [x] change animations save location
- [ ] refactor files
- [ ] add color animations (use bccad test)