Skip to content

Commit

Permalink
all changes from lf-1
Browse files Browse the repository at this point in the history
Laptop H20 daily build 663
  • Loading branch information
atcarter714 committed Apr 26, 2024
1 parent bc9776b commit 885db3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/HoudiniEngineUnity/Scripts/Asset/HEU_GeoNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ internal void ProcessUnityScriptAttribute( HEU_SessionBase session ) {
HEU_GeneralUtility.GetUnityScriptAttributeValue( session, GeoID, part.PartID ) ;
HEU_Logger.Log( $"Target Script: {scriptValue ?? string.Empty} ..." ) ;
if ( string.IsNullOrEmpty( scriptValue ) ) continue ;
HEU_GeneralUtility.AttachScriptWithInvokeFunction( scriptValue, outputGO ) ;
HEU_GeneralUtility.AttachScriptWithInvokeFunction( scriptValue, outputGo ) ;
}
}

Expand Down

0 comments on commit 885db3b

Please sign in to comment.