Skip to content

Instantly share code, notes, and snippets.

View anomal3's full-sized avatar
🏠
Working from home

Roman anomal3

🏠
Working from home
View GitHub Profile
@droganaida
droganaida / ScrollViewAdapterConnected.cs
Created November 12, 2017 11:41
Unity3d C# ScrollView Adapter with Internet connection
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class ScrollViewAdapterConnected : MonoBehaviour {
public RectTransform prefarb;
public Text countText;
public RectTransform content;