Height Measure Plugin

Plugins + Scripts Height Measure Plugin

Download [<1 MB]
발 사이즈에 허벅지 둘레, 종아리 둘레, 발목 둘레를 추가하면 좋을 것 같습니다.
 
I'm not sure what I did, but this plugin never works any more. It's always some error and then it never loads. If I get my hands on the error code the next time I try it, I will edit this post and put it here

EDIT:

!> Exception during plugin script Init: System.NullReferenceException:
at (wrapper managed-to-native) UnityEngine.Object:GetName (UnityEngine.Object)
at UnityEngine.Object.get_name () [0x00000] in <filename unknown>:0
at LFE.HeightMeasurePlugin.GetHeightMeasurePluginForAtom (.Atom atom) [0x00000] in <filename unknown>:0
at LFE.UI.AtomsWithHeightMeasurePlugin () [0x00000] in <filename unknown>:0
at LFE.UI.InitStorables () [0x00000] in <filename unknown>:0
at LFE.UI..ctor (LFE.HeightMeasurePlugin plugin) [0x00000] in <filename unknown>:0
at LFE.HeightMeasurePlugin.Init () [0x00000] in <filename unknown>:0
at MVRPluginManager.CreateScriptController (.MVRPlugin mvrp, DynamicCSharp.ScriptType type) [0x00000] in <filename unknown>:0
 
Last edited:
i keep getting this error and im not sure how to fix it...



!> Exception during plugin script Init: System.NullReferenceException:
at (wrapper managed-to-native) UnityEngine.Object:GetName (UnityEngine.Object)
at UnityEngine.Object.get_name () [0x00000] in <filename unknown>:0
at LFE.HeightMeasurePlugin.GetHeightMeasurePluginForAtom (.Atom atom) [0x00000] in <filename unknown>:0
at LFE.UI.AtomsWithHeightMeasurePlugin () [0x00000] in <filename unknown>:0
at LFE.UI.InitStorables () [0x00000] in <filename unknown>:0
at LFE.UI..ctor (LFE.HeightMeasurePlugin plugin) [0x00000] in <filename unknown>:0
at LFE.HeightMeasurePlugin.Init () [0x00000] in <filename unknown>:0
at MVRPluginManager.CreateScriptController (.MVRPlugin mvrp, DynamicCSharp.ScriptType type) [0x00000] in <filename unknown>:0
!> Exception during plugin script Init: System.NullReferenceException:
at (wrapper managed-to-native) UnityEngine.Object:GetName (UnityEngine.Object)
at UnityEngine.Object.get_name () [0x00000] in <filename unknown>:0
at LFE.HeightMeasurePlugin.GetHeightMeasurePluginForAtom (.Atom atom) [0x00000] in <filename unknown>:0
at LFE.UI.AtomsWithHeightMeasurePlugin () [0x00000] in <filename unknown>:0
at LFE.UI.InitStorables () [0x00000] in <filename unknown>:0
at LFE.UI..ctor (LFE.HeightMeasurePlugin plugin) [0x00000] in <filename unknown>:0
at LFE.HeightMeasurePlugin.Init () [0x00000] in <filename unknown>:0
at MVRPluginManager.CreateScriptController (.MVRPlugin mvrp, DynamicCSharp.ScriptType type) [0x00000] in <filename unknown>:0
!> Exception during plugin script Init: System.NullReferenceException:
at (wrapper managed-to-native) UnityEngine.Object:GetName (UnityEngine.Object)
at UnityEngine.Object.get_name () [0x00000] in <filename unknown>:0
at LFE.HeightMeasurePlugin.GetHeightMeasurePluginForAtom (.Atom atom) [0x00000] in <filename unknown>:0
at LFE.UI.AtomsWithHeightMeasurePlugin () [0x00000] in <filename unknown>:0
at LFE.UI.InitStorables () [0x00000] in <filename unknown>:0
at LFE.UI..ctor (LFE.HeightMeasurePlugin plugin) [0x00000] in <filename unknown>:0
at LFE.HeightMeasurePlugin.Init () [0x00000] in <filename unknown>:0
at MVRPluginManager.CreateScriptController (.MVRPlugin mvrp, DynamicCSharp.ScriptType type) [0x00000] in <filename unknown>:0
 
Had the same error as the two users above me.
On my part I did do something recently, as in installing the CPU patch here: https://hub.virtamate.com/resources...to-30-faster-physics-up-to-60-more-fps.43427/ (or at least that was my best guess given I don't think a bunch of vars could have broken it).

Tried reverting the patch, the plugin returned to work fine.
Patched the game again, the plugin...worked fine too?

I don't know what really happened and I'll see if this was just a fluke or anything. In the meantime the plugin appears to be working again.
 
Back
Top Bottom