NuGetForUnity

A NuGet Package Manager for Unity (by GlitchEnzo)

NuGetForUnity Alternatives

Similar projects and alternatives to NuGetForUnity

  • PythonNet

    Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better NuGetForUnity alternative or higher similarity.

NuGetForUnity reviews and mentions

Posts with mentions or reviews of NuGetForUnity. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-16.
  • Is there a way to install a NuGet package with only the necessary target framework dependencies?
    1 project | /r/dotnet | 15 Jan 2023
  • Use Math.NET in Unity
    1 project | /r/Unity3D | 10 Dec 2022
    For nuget packages: There is an open source package "nuget for unity" that you can use to install nuget packages into your unity project
  • Problems with data serialization
    1 project | /r/Unity3D | 22 Aug 2022
    You can use Json.Net /Newtonsoft's solution ofr Json serialization and deserialization, it's pretty much a standard for json in C# projects. Use this https://assetstore.unity.com/packages/tools/input-management/json-net-for-unity-11347 Or Download from Nuget using https://github.com/GlitchEnzo/NuGetForUnity
  • Is it possible to connect to google calendar
    1 project | /r/Unity3D | 16 Jun 2022
  • How do I use the Cloudinary .NET SDK with Unity?
    2 projects | /r/Unity3D | 16 Jun 2021
    Hey, thanks for the comment. At this point I'm just trying to figure out how to add it to my Unity project. I'm new to adding pre-compiled DLLs to a Unity project. There are the files on the GitHub repo and the NuGet Package. I attempted to install via the NuGet Unity Package Manager but it gave me a ton of Namespace/Type Not Found errors. Same thing happened when I tried just moving the files from the GitHub repo into my Assets folder. I might just need to somehow learn more about how to install pre-compiled .NET packages into Unity. But if you have any thoughts or any directions to point me in, I would be in your debt. Thank you!
  • Tutorial - Embedding Python in Unity - using python libraries/modules in unity code. More details in the comments
    2 projects | /r/Unity3D | 24 Mar 2021
    Download the packages from https://www.nuget.org/packages/pythonnet/3.0.0-preview2021-03-03 and https://www.nuget.org/packages/System.Security.Permissions/ . Alternatively you can also install a unity-nuget plugin : https://github.com/GlitchEnzo/NuGetForUnity and install from there, This will allow you to skip the next step as the dlls are already unpacked if you use this tool. Remember to use the 3.0.0 preview version as the older versions are not compatable with Unity (reloading/reruning the game crashes the entire program)
  • https://np.reddit.com/r/Unity3D/comments/mcezws/tutorial_embedding_python_in_unity_using_python/gs36msm/
    1 project | /r/backtickbot | 24 Mar 2021
    Steps: - Create a folder in Assets for storing the dlls that are needed. - Download the packages from https://www.nuget.org/packages/pythonnet/3.0.0-preview2021-03-03 and https://www.nuget.org/packages/System.Security.Permissions/ . Alternatively you can also install a unity-nuget plugin : https://github.com/GlitchEnzo/NuGetForUnity and install from there, This will allow you to skip the next step as the dlls are already unpacked if you use this tool. Remember to use the 3.0.0 preview version as the older versions are not compatable with Unity (reloading/reruning the game crashes the entire program) - The packages contain the dlls so you need to unzip them and copy over the Python.Runtime.dll from \lib\netstandard2.0 inside the unzipped folder and System.Security.Permissions.dll from lib\net461\ which pythonnet depends on. Copy these dlls into the folder in Assets. - Download an embedded python (I was able to get it working with python 3.7, not sure how well the other versions work) and install pip and any other modules you want. Move the folder into the StreamingAssets folder in Assets (create one if you don't have one). - Change the Api Compatability level to 4.x. This can be found in Edit -> Project Settings -> Player -> Other settings -> Api Compatability level. - Create a script to use python. You need to point to the python (Python3x.dll for windows, libpython3.x.so for Linux and libpython3.x.dylib for Mac where x is the version) in the streaming assets folder. - More info can be found here: https://github.com/pythonnet/pythonnet#embedding-python-in-net here is a sample script for running numpy.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 26 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic NuGetForUnity repo stats
7
2,720
7.9
20 days ago

GlitchEnzo/NuGetForUnity is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of NuGetForUnity is C#.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com