All Projects → line → line-sdk-unity

line / line-sdk-unity

Licence: Apache-2.0 license
Provides a modern way of implementing LINE APIs in Unity games, for iOS and Android.

Programming Languages

C#
18002 projects
objective c
16641 projects - #2 most used programming language
kotlin
9241 projects
Objective-C++
1391 projects

Projects that are alternatives of or similar to line-sdk-unity

line-sdk-android
LINE SDK for Android lets you integrate LINE into your Android app to create a more engaging experience for your users.
Stars: ✭ 101 (+20.24%)
Mutual labels:  line, line-sdk, line-login
line-bot-sdk-php-tiny
A simple SDK for the LINE Messaging API with PHP.
Stars: ✭ 25 (-70.24%)
Mutual labels:  line
LINE-Source
Line Application Source
Stars: ✭ 43 (-48.81%)
Mutual labels:  line
gab-cmdline
A GABStudios Java library to help with command line parsing.
Stars: ✭ 12 (-85.71%)
Mutual labels:  line
regl-line
Flat 2D and 3D line rending with Regl for WebGL
Stars: ✭ 44 (-47.62%)
Mutual labels:  line
SimpleCLI
Command Line Interface Library for Arduino
Stars: ✭ 197 (+134.52%)
Mutual labels:  line
line
Development repository for the line cookbook
Stars: ✭ 96 (+14.29%)
Mutual labels:  line
comment-box.nvim
✨ Clarify and beautify your comments using boxes and lines.
Stars: ✭ 91 (+8.33%)
Mutual labels:  line
CHRLINE
LINE Chrome API
Stars: ✭ 41 (-51.19%)
Mutual labels:  line
unosolo
Work-in-progress Rust application that converts C++ header-only libraries to single self-contained headers.
Stars: ✭ 26 (-69.05%)
Mutual labels:  line
text-sdk-php
PHP SDK to send messages with CM.com
Stars: ✭ 18 (-78.57%)
Mutual labels:  line
line-example-bot-tiny-php
Line Bot 基礎範例程式碼教學 (PHP) - 輕量版 LINEBotTiny.php
Stars: ✭ 58 (-30.95%)
Mutual labels:  line
react-svg-pathline
React component for drawing SVG path through set of points, smoothing the corners
Stars: ✭ 42 (-50%)
Mutual labels:  line
pyne
LINE for Python
Stars: ✭ 18 (-78.57%)
Mutual labels:  line
line-things-starter
The sample codes for LINE Things Developer Trial
Stars: ✭ 91 (+8.33%)
Mutual labels:  line
line-bot-sdk
🍥 Haskell向けLINE Messaging API SDK
Stars: ✭ 31 (-63.1%)
Mutual labels:  line
linenotify
Template for LINE Notify service in Golang
Stars: ✭ 18 (-78.57%)
Mutual labels:  line
line-pay-sdk-php
LINE Pay SDK for PHP
Stars: ✭ 68 (-19.05%)
Mutual labels:  line-sdk
colortest
Quickly show all your terminal colors
Stars: ✭ 66 (-21.43%)
Mutual labels:  line
google streetview
A command line tool and module for Google Street View Image API
Stars: ✭ 77 (-8.33%)
Mutual labels:  line

LINE SDK for Unity

Overview

This repo contains the LINE SDK for Unity. It allows you to use LINE Login and LINE API in your Unity games easier.

Features

The LINE SDK for Unity provides the following features.

User authentication

This feature allows users to log in to your service with their LINE accounts. With the help of the LINE SDK for Unity, it has never been easier to integrate LINE Login into your app. Your users will automatically log in to your app without entering their LINE credentials if they are already logged in to LINE on their iOS/Android devices. This offers a great way for users to get started with your app without having to go through a registration process.

Utilizing user data with OpenID support

Once the user authorizes, you can get the user’s LINE profile. You can utilize the user's information registered in LINE without building your user system.

The LINE SDK supports the OpenID Connect 1.0 specification. You can get ID tokens that contain the user’s LINE profile when you retrieve the access token.

Using the SDK

Prerequisites

  • iOS 10.0 or later as the deployment target.
  • Android minSdkVersion set to 17 or higher (Android 4.2 or later).
  • Unity 2017.4 or later.

To use the LINE SDK with your game, follow the steps below.

  • Create a channel.
  • Integrate LINE Login into your Unity project.
  • Make API calls from your game using the SDK or from the server-side.

For more information, refer to the LINE SDK for Unity guide on the LINE Developers site.

Trying the starter app

To have a quick look at the features of the LINE SDK, try our starter app by following the steps below:

  1. Clone the repository.

    git clone https://github.com/line/line-sdk-unity.git

  2. Open the Unity project under "LINE_SDK_Unity" folder.

  3. Export the scene to either iOS or Android, and deploy it to your device and run.

On iOS, you need CocoaPods installed to integrate the SDK to the exported project. For more information, see the "Setting up project" guide.

Contributing

If you believe you have discovered a vulnerability or have an issue related to security, please DO NOT open a public issue. Instead, send us an email to [email protected].

For contributing to this project, please see CONTRIBUTING.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].