Skip to content

Commit 21f847d

Browse files
committed
Fix missing game object parameter on sharedAssets proccesing
1 parent 5f08ccd commit 21f847d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Analyzer/SQLite/SQLiteWriter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ public void WriteSerializedFile(string relativePath, string fullPath, string con
199199
if (relativePath.EndsWith(".sharedAssets"))
200200
{
201201
m_AddObjectCommand.Transaction = transaction;
202+
m_AddObjectCommand.Parameters["@game_object"].Value = ""; // There is no asscociated GameObject
202203
m_AddObjectCommand.Parameters["@id"].Value = sceneId;
203204
m_AddObjectCommand.Parameters["@object_id"].Value = 0;
204205
m_AddObjectCommand.Parameters["@serialized_file"].Value = serializedFileId;

0 commit comments

Comments
 (0)