This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0'?> | |
<font> | |
<info aa='1' size='240' smooth='1' stretchH='100' bold='0' padding='0,0,0,0' spacing='0,0' charset='' italic='0' unicode='0' face='Blonde Fraktur'/> | |
<common scaleW='576' packed='0' pages='1' lineHeight='380' scaleH='512' base='269'/> | |
<pages> | |
<page id='0' file='Blonde Fraktur.png'/> | |
</pages> | |
<chars count='11'> | |
<char xadvance='39' x='2' chnl='0' yoffset='269' y='496' xoffset='0' id='32' page='0' height='0' width='0'/> | |
<char xadvance='90' x='466' chnl='0' yoffset='83' y='2' xoffset='-7' id='49' page='0' height='194' width='98'/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
// Note: This script is a duplicate of the one provided by UnityTemplateProjects. | |
namespace UnityTemplateProjects | |
{ | |
public class SimpleCameraController : MonoBehaviour | |
{ | |
class CameraState | |
{ |
OlderNewer