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:
@@ -42,7 +42,7 @@ namespace AZ
|
||||
//! Can be used to convert *.ini and *.cfg files
|
||||
static bool ConvertConfigFile(Application& application);
|
||||
|
||||
private:
|
||||
protected:
|
||||
using PathDocumentPair = AZStd::pair<AZStd::string, rapidjson::Document>;
|
||||
using PathDocumentContainer = AZStd::vector<PathDocumentPair>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user