First version of the slice-to-prefab converter
It converts .slice and .ly files to .prefab files, but doesn't handle nested or complicated slices correctly yet.
This commit is contained in:
@@ -85,7 +85,7 @@ namespace AZ::SerializeContextTools
|
||||
result = false;
|
||||
}
|
||||
};
|
||||
if (!Utilities::InspectSerializedFile(filePath, sc, callback))
|
||||
if (!Utilities::InspectSerializedFile(filePath.c_str(), sc, callback))
|
||||
{
|
||||
result = false;
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user