ExtendRealityLtd / Malimbe

[Obsolete - No longer maintained] A collection of tools to simplify writing public API components for the Unity software.
MIT License
51 stars 11 forks source link

[Help] to install 3rd party weavers #55

Closed loic-lopez closed 4 years ago

loic-lopez commented 4 years ago

Hi everyone,

I would like to install this weaver : https://github.com/Fody/MethodTimer but I don't know how because Unity does not support Nuget.

Thanks for reply.

bddckr commented 4 years ago

Some info can be found here:

https://docs.microsoft.com/en-us/visualstudio/cross-platform/unity-scripting-upgrade?view=vs-2019#add-packages-from-nuget-to-a-unity-project

https://github.com/xoofx/UnityNuGet

https://github.com/GlitchEnzo/NuGetForUnity

loic-lopez commented 4 years ago

@bddckr Thanks for reply,

I will try out the microsoft documentation.

loic-lopez commented 4 years ago

@bddckr So moving MethodTimer.Fody.dll in Assets/Plugins result in :

Unloading broken assembly Assets/Plugins/MethodTimer.Fody.dll, this assembly can cause crashes in the runtime
bddckr commented 4 years ago

Sounds like the .dll is not compiled against the .NET version your project is set to in Unity. This isn't related to Malimbe and thus the issues page on this project isn't the best place to get help with this sadly.