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.

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!

  • Curator
imthenewguy

Posted

Changed Status from Pending to Closed

Changed Fixed In to 1.3.1

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.7k
Customers served
Files Sold
155.3k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.