Add header and space over variable in inspector unity tutorial

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



Category:
Tutorial
Duration: 0:56
101 views
7


ASSALAM o alaikum Code :
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class UnityScripting : MonoBehaviour
{
[Header("This variable holds health of player")]
[Space]
public float playerHealth;

void Start(){


}


}

/////////////////////////////////////////////////////////////////////////////////////////////
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
unity coding
unity programming
unity tutorialls