Jump to content

Error after update

Closed 1.3.0 1.3.1

GamingHQ
GamingHQ

Posted

Error while compiling: SkillTree.cs(4578,43): error CS0176: Static member `ItemContainer.Drop(string, UnityEngine.Vector3, UnityEngine.Quaternion, params ItemContainer[])' cannot be accessed with an instance reference, qualify it with a type name instead

Hi there. We have an issue on the server where the skill tree plugin is failing to work after the recent update.

  • Like 4
Rahd

Posted

I am having the same issue after updating, tried to delete the config and data files but the problem persists

GamingHQ

Posted

Temp solution 

 

Change at 4578 on this line

bag.inventory.Drop("assets/prefabs/misc/item drop/item_drop.prefab", pos, rot);

to this:

bag.inventory.Drop("assets/prefabs/misc/item drop/item_drop.prefab", pos, rot, 0);

 

Special Thanks to hawk!

imthenewguy

Posted

Changed Status from Pending to Closed

Changed Fixed In to 1.3.1

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.4k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.