Add header and space over variable in inspector unity tutorial
Channel:
Subscribers:
1,110
Published on ● Video Link: https://www.youtube.com/watch?v=YeXbW6c3vTs
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
/////////////////////////////////////////////////////////////////////////////////////////////
Other Videos By Muhammad Shahzaib
Tags:
unity
unity coding
unity programming
unity tutorialls