Copy Text To Clip board Unity | #CopyClipboard in unity

Subscribers:
1,110
Published on ● Video Link: https://www.youtube.com/watch?v=JysjIMgHeKM



Duration: 3:12
136 views
6


In this video I have shown how to copy text to clip board in unity 3d

Code :

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;


public class CopyTextExample : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{

}

public void CopyText(Text textHere){

GUIUtility.systemCopyBuffer =textHere.text;
}
}




Other Videos By Muhammad Shahzaib


2022-07-02Pop up ui in unity easy tutorial
2022-06-30Take input in Java easy tutorial
2022-06-30Fade Ui using animator unity tutorial | Easy way to fade out ui unity3d
2022-06-27Free Look Camera in unity easy tutorial
2022-06-26Train physics package demo
2022-06-25Realistic car head lights in unity3d easy tutorial
2022-06-20Invoke method after time gap easy way Unity 3d | Invoke and coroutines in unity
2022-06-19Police Siren in unity3d easy tutorial
2022-06-17Set JFrame title and Resize JFrame | Learn Java GUI
2022-06-15Download and install unity tutorial
2022-06-04Copy Text To Clip board Unity | #CopyClipboard in unity
2022-05-29Cloth Physics in Unity 3d | Flag Example included | Step by step easy tutorial
2022-05-21Ayat al kursi | Ayat ul kursi with beautiful background and soothing sound| #Quran
2022-04-24#Cargo Parking| #My new released game| download link in description
2022-04-22#Raycasting in unity | #Ray cast hit detection unity c# in less than 1 min | Code in description
2022-04-10Make transparent material | #Unity3d| #Transparent material in unity3d
2022-03-19HMS Gui update and add patients data entry | Other controls (Clock,alarm, cutomization,notes) added
2022-03-13Drag a 3-D object using mouse unity| Leran unity | Drag in unity | Unity screen to world tutorial
2022-03-07Rotate a game object around other Unity | Rotate Arount unity| Learn unity | Unity rotation
2022-02-16Make a custom sky/sky box from image in unity3d| Unity skybox development from scratch|Learn unity3d
2022-02-06Hospital Management System Using Java and SQL Server Demo



Tags:
CopyToClipBoard in unity
Unity3d
Learn unity