1.3.17 • Published 2 years ago

com.amanotes.sdk.core v1.3.17

Weekly downloads
202
License
MIT
Repository
-
Last release
2 years ago

Amanotes SDK Cores

Before you begin

AmaSDK Core is a free library from Amanotes provides core classes, interfaces, game bootstrap and service injection feature.

Amanotes SDK Cores for your game

Add Package Manager

Add Boostrap component to your bootstrap scene

Add Boostrap component to your bootstrap scene (the first scene in your game build settings)

Inject and use services (optional)

Import namespace

using Amanotes.TripleSDK.Core;

Inject your custom service with InjectServiceAttribute

using Amanotes.TripleSDK.Core;
using UnityEngine;

[InjectService]
public class MyCustomService
{
    public void Hello()
    {
        Debug.Log("Hello");
    }
}

Get your service

using Amanotes.TripleSDK.Core;

public class YourGameComponent
{
    void Demo()
    {
        var service Bootstrap.GetService<MyCustomService>();
        service.Hello();
    }
}

Versioning

We use SemVer for versioning.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.3.17

2 years ago

1.3.16

2 years ago

1.3.13

3 years ago

1.3.14

3 years ago

1.3.15

3 years ago

1.3.12

3 years ago

1.3.11

3 years ago

1.3.10

3 years ago

1.3.9

3 years ago

1.3.8

3 years ago

1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

4 years ago

1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.30

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.19

4 years ago

1.0.20

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago