Closed MrKev312 closed 3 months ago
Code cleanup and refactor to improve maintainability.
Refactored code to use a new FileSystem class for managing file and folder paths, improving organization and maintainability.
FileSystem
ConvertUbiArtToUnity
CookedFile
InputFolders
OutputFolders
TempFolders
TemplateFiles
ISC
ClipConverter
Logger
Important
README.md
PR Classification
Code cleanup and refactor to improve maintainability.
PR Summary
Refactored code to use a new
FileSystem
class for managing file and folder paths, improving organization and maintainability.ConvertUbiArtToUnity
class updated to useFileSystem
for file operations.CookedFile
,InputFolders
,OutputFolders
,TempFolders
,TemplateFiles
, andISC
.ClipConverter
class now uses reflection to determine clip type.Logger
class updated with a new log levelImportant
.README.md
updated for new file locations.