Refactor Visject Graph nodes data for unlimited size
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
||||
/// <summary>
|
||||
/// The asset references. Linked resources such as Animation assets are referenced in graph data as ID. We need to keep valid refs to them at runtime to keep data in memory.
|
||||
/// </summary>
|
||||
AssetReference<Asset> Assets[14];
|
||||
Array<AssetReference<Asset>> Assets;
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user