Ashwani Kumar

Results 8 issues of Ashwani Kumar

[Enter feedback here] Why **Scenario 3 – Departmental and Application** image does have Multiple Sandbox for Application- 1? --- #### Document Details ⚠ *Do not edit this section. It is...

question
support-request
Inactive

This Will update the score of the player if he will make more score than from the previous score.

This will share the present score made by the player to Facebook with their sign in account.

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Volume : MonoBehaviour { public Sprite VolumeOn, VolumeOff; private SpriteRenderer spriteRenderer; void Start () { spriteRenderer = gameObject.GetComponent(); SetVolume(PlayerPrefs.GetInt("volume", 50) != 50...

Changes are made for README.md

Annotation and Auto-Tagging is a very crucial thing with so much time consuming and manual task. It would be a very good example to look into.