Convert single line string to text area in unity

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



Duration: 1:01
66 views
8


ASSALAM o alaikum Code:

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

public class UnityScripting : MonoBehaviour
{
[TextArea]
public string info;
// Start is called before the first frame update
void Start()
{

}

// Update is called once per frame
void Update()
{

}
}



/////////////////////////////////////////////////////////////////////////////////////////////
ASSALAM o alaikum
All codes and concepts and videos from this channel are non copyrighted and free to use because we believe that knowledge should be freely available for everyone
/////////////////////////////////////////////////////////////////////////////////////////////







Tags:
unity
unity2d
unity3d
learn unity
unity tutorials
unity scriptting
unity coding
learn unity coding
learn unity scripting
unity c#
Convert single line string to text area in unity
unity attributes
unity c# attributes