Enjin-Unity-sample
Enjin blockchain tutorial sample project for Unity developer (by twglhk)
UniRx
Reactive Extensions for Unity (by neuecc)
Enjin-Unity-sample | UniRx | |
---|---|---|
2 | 18 | |
19 | 6,882 | |
- | - | |
0.0 | 0.0 | |
almost 4 years ago | 11 months ago | |
C# | C# | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Enjin-Unity-sample
Posts with mentions or reviews of Enjin-Unity-sample.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Any good courses on ENJ integration for developers?
If you are using Unity, I found a github repo with a pretty good starting sample.
- What is your Enjin Unity SDK experience.
UniRx
Posts with mentions or reviews of UniRx.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-20.
-
R3 alternatives - Rx.NET, UniRx, and ReactiveUI
4 projects | 20 Sep 2024
-
Creating safe and fast multiplayer in games on Unity and NodeJS with examples
To get a reactive properties functional you can use UniRx.
-
Just discovered singletons and so many issues have fallen away
Personally I use UniRx, but there's plenty of flavours of event systems to dig into.
-
Recommend Paradigms / Design Patterns for Controller-Driven Menus?
What paradigms & design patterns that those of you whom have more experience than I recommend? I've been advised to use things Dependency Injection (Extenject) and/or Reactive programming (UniRx), but that came from someone whose background isn't Unity. I would like to do this right the first time and make the code as maintainable as possible; we will be using it again in the future.
-
Event System for Unity (free asset)
This is pretty cool. I wrote something similar for a narrower problem space: RolePlay Attributes. UniRx’s Reactive Properties feel like the total package but with a conceptual and dependency overhead.
-
I'm making this turn-based auto battler called Order Automatica. I decided to try using event driven architecture using async/await and UniTask and it made it so easy! I'd love any game design feedback people are willing to give. Link to demo in comments
Interesting, I hadn't heard of UniTask. I use UniRX in my projects which I think solves similar problems in a bit of a different way.
- Looking for guidance on separating game logic from game objects.
-
What's the best way to effectively code in aesthetic features?
Sure, knowing the patterns and instead of using first order language features, you may get your own implementation of "observer" or something alike. But if you see your system becomes "event-heavy" it's maybe time to think about getting already complete solution: https://github.com/neuecc/UniRx // how to MV(R)P
-
Why is learning Unity so difficult for me?
The reason I'm leading things in this direction is because I highly recommend picking up UniRx. It brings reactive programming into your game development workflow and will completely change the way you look at development.
- Is anyone else using reactive programming in Unity?
What are some alternatives?
When comparing Enjin-Unity-sample and UniRx you can also consider the following projects:
libplanet - Blockchain in C#/.NET for on-chain, decentralized gaming
ReactiveProperty - ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target frameworks are .NET 6+, .NET Framework 4.7.2 and .NET Standard 2.0.