https://github.com/skibitsky/unirxlib
Unity External Library (.dll) for UniRx
https://github.com/skibitsky/unirxlib
dll unirx unity
Last synced: 8 months ago
JSON representation
Unity External Library (.dll) for UniRx
- Host: GitHub
- URL: https://github.com/skibitsky/unirxlib
- Owner: skibitsky
- License: mit
- Created: 2019-08-24T20:41:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T12:18:03.000Z (about 6 years ago)
- Last Synced: 2025-02-18T11:13:55.178Z (8 months ago)
- Topics: dll, unirx, unity
- Language: C#
- Homepage:
- Size: 204 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UniRxLib
UniRxLib is Unity external library of [UniRx](https://github.com/neuecc/UniRx).Because UnityEngine.UI [is missing in some versions of Unity](https://issuetracker.unity3d.com/issues/unityengine-dot-ui-reference-is-missing-in-assembly-definition-assemblies-and-plugins)
, this project has dependency on [UnityEngine.UI.dll NuGet package](https://www.nuget.org/packages/Unity3D.UnityEngine.UI).You can always use your own version of UnityEngine.dll ([documentation](https://docs.unity3d.com/Manual/UsingDLL.html)).
Tested in Unity 2019.1.7f1 and 2019.2.2f1 on macOS.