Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Unity3d package #31

Closed
dzmitry-lahoda opened this issue Oct 8, 2018 · 5 comments
Closed

Create Unity3d package #31

dzmitry-lahoda opened this issue Oct 8, 2018 · 5 comments
Labels
documentation enhancement New feature or request help wanted Extra attention is needed

Comments

@dzmitry-lahoda
Copy link
Contributor

dzmitry-lahoda commented Oct 8, 2018

As part of my learning as how Unity3D works I will create unity package for your consideration and try run hello world with it.

https://github.com/grpc/grpc/blob/23b5b1a5a9c7084c5b64d4998ee15af0f77bd589/src/csharp/experimental/README.md

https://github.com/grpc/grpc/blob/44ed592cf0ec4b4c83d56366bc584f4719e42424/src/csharp/unitypackage/README.md

https://www.red-gate.com/simple-talk/dotnet/c-programming/extending-unity-editor-c/

http://hololenshelpwebsite.com/Blog/EntryId/3/Unity-5-Hello-World

@dzmitry-lahoda
Copy link
Contributor Author

Seems there is no need to create package with Unity 2018 target .NET Standard 2.0. Sample will be enough.

  1. Usual DI with trees and interpretation. To use after fixed for LINQ interpretation for Android IL2CPP https://fogbugz.unity3d.com/default.asp?1091189_1sqkebcrot7vvv9b
    1.1 There are hooks which are run by Unity upon start. But registration here.
    1.2. There are start routines so put some resolve here.
    1.3. There is update ticks - put resolutions here for moving square ILogger and ICalculator and IFooBar and IEventAggregator(try register generic and resolve concrete, if not - work with concrete and document that).

  2. DI Zero.
    2.1. Create asmdef folder with usual project build by VS code
    2.1. Build it to get tt run.
    2.3. Same items as 1.
    2.4 Document how to build and run.

@dzmitry-lahoda
Copy link
Contributor Author

I will look into the issue I hope within some time frame.

May be will do like

https://github.com/PlayFab/PlayFabGameServer

StrangeIoC is a super-lightweight and highly extensible Inversion-of-Control framework, written specifically for C# and Unity.

@dadhi
Copy link
Owner

dadhi commented Feb 26, 2019

To not forget may be it make sense to add interpretation only mode (the Rule for that).

@dadhi
Copy link
Owner

dadhi commented Jun 6, 2020

@dzmitry-lahoda DryIoc now has a "fast" Rules.WithUseInterpretation mode.
Maybe you can try to write a sample now?

@dadhi dadhi added help wanted Extra attention is needed documentation enhancement New feature or request labels Jun 6, 2020
@dadhi
Copy link
Owner

dadhi commented Oct 17, 2023

Likely Nope.

@dadhi dadhi closed this as completed Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants