0.2.61 • Published 27 days ago

com.amanotes.gdk v0.2.61

Weekly downloads
-
License
MIT
Repository
-
Last release
27 days ago

Amanotes GDK

AmaGDK Dev Project Setup

Clone Project From GitLab

  1. Clone project from GitLab url: https://gitlab.amanotes.net/sdk/AmaSDK_v5
  2. Open terminal windows and cd to your project
  3. Run file create-links.sh (Link GDK folder children to GDKDev)

image

How To Open Project

  • Open project GDKDev

image

Main folder

  • AmaGDK: adapters logic, example, installer, configs

  • AmaGDKCore: core logic, packages

  • AmaGDKDev: tools for dev as build tool, release tool

  • AmaGDKTest: scenes test, unit test

image

Switch To Dev Mode

  1. Add GDK_HOME variable to .zshrc file in Mac OS
  • Step 1: Open terminal, input sudo nano ~/.zshrc

  • Step 2: Enter and input password, add new line export GDK_HOME=/AmaGDKCoreFolderPath

  • Step 3: Press Ctr+X buttons -> Press Y button -> Press Enter button to save

image

  1. Select AmaGDK prefab in scene → select Change Dev Mode in context menu

image

Code Convention

Convention

Links Reference

Reference

Getting started with AmaGDK

Add AmaGDK prefab to your bootstrap scene (the first scene in your game build settings)

There are two ways to do: 1. Drag and drop the AmaGDK prefab from Packages/AmaGDK/Runtime to the hierachy window 2. Right click on the hierachy window, find and click AmaGDK to add it to the scene

Usage

Import namespace

using Amanotes.Core;

Get your service

Each service is a subclass of AmaGDK class. For example, logging event is an activity of analytics. We do:

using Amanotes.Core;

public class YourGameSceneController
{
    void DemoLogging()
    {
        AmaGDK.Analytics.LogEvent("demo_event");        
    }
}

Versioning

We use SemVer for versioning.

License

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

0.2.61

27 days ago

0.2.60

29 days ago

0.2.59

1 month ago

0.2.58

1 month ago

0.2.57

1 month ago

0.2.56

2 months ago

0.2.55

2 months ago

0.2.54

2 months ago

0.2.53

2 months ago

0.2.31-1

3 months ago

0.2.52

3 months ago

0.2.51

3 months ago

0.2.50

3 months ago

0.2.46-3

4 months ago

0.2.49

4 months ago

0.2.45-2

4 months ago

0.2.46-2

4 months ago

0.2.46-1

4 months ago

0.2.48

4 months ago

0.2.4-5.1

4 months ago

0.2.45-1

4 months ago

0.2.47

4 months ago

0.2.46

5 months ago

0.2.34-1

5 months ago

0.2.3-4.1

5 months ago

0.2.45

5 months ago

0.2.44

6 months ago

0.2.43

6 months ago

0.2.27

7 months ago

0.2.26

7 months ago

0.2.25

7 months ago

0.2.24

7 months ago

0.2.23

7 months ago

0.2.22

7 months ago

0.2.21

7 months ago

0.2.20

8 months ago

0.2.19

8 months ago

0.2.18

8 months ago

0.2.17

9 months ago

0.2.16

9 months ago

0.2.15

9 months ago

0.2.14

10 months ago

0.2.13

10 months ago

0.2.41

6 months ago

0.2.40

6 months ago

0.2.42

6 months ago

0.2.39

6 months ago

0.2.30

7 months ago

0.2.38

6 months ago

0.2.37

6 months ago

0.2.36

6 months ago

0.2.35

6 months ago

0.2.34

6 months ago

0.2.33

6 months ago

0.2.32

7 months ago

0.2.31

7 months ago

0.2.29

7 months ago

0.2.28

7 months ago

0.2.12

11 months ago

0.2.11

11 months ago

0.2.10

11 months ago

0.2.9

11 months ago

0.2.8

11 months ago

0.1.21

1 year ago

0.2.1

12 months ago

0.2.0

12 months ago

0.2.7

12 months ago

0.2.6

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.5

12 months ago

0.2.4

12 months ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.15

1 year ago

0.1.16

1 year ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.11

1 year ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago