Closed Vodianoi closed 7 months ago
Renaming object type add a default pin at same position
With this PR and the plugin rebuilt with Digitalroot.Valheim.Common.References=0.217.30
-- it works in the current Valheim public version, at least for me.
I needed to include references to Unity assemblies from unstripped, though. Namely, UnityEngine
, UnityEngine.CoreModule
, UnityEngine.InputLegacyModule
, UnityEngine.PhysicsModule
, UnityEngine.UI
, and Jotunn
. Maybe I'm missing something in the environment, but without these, it was throwing compiler errors at me all the time.
fixed error that was preventing player from destroying some objects (Destructible)