Add meta files for new materials and update serialized Udon program assets

This commit is contained in:
Aaro Varis
2024-12-03 14:24:44 +02:00
parent 150c497501
commit 9d118c023d
19 changed files with 1160 additions and 126 deletions

View File

@@ -59,7 +59,7 @@ namespace VRCBoard.Components
}
else
{
DataDictionary ownerInfo = manager.GetSupporterDataFromPlayer(manager.instanceOwner);
DataDictionary ownerInfo = manager.GetSupporterDataFromPlayer(manager.InstanceOwner);
if (ownerInfo == null)
{
Debug.LogWarning("Failed to get owner info, user has likely not linked their account.");