Помогите пожалуйста
Есть скрипт
using UnityEngine;
using System.Collections;
public class прицел : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
if (Input.GetKeyDown (KeyCode.1))
animation.Play(5);
}
}
Вылезает ошибка Assets/Standard Assets/Character Controllers/Sources/Scripts/������.cs(13,47): error CS1525: Unexpected symbol `0.1'
что делать
using UnityEngine;
using System.Collections;
public class прицел : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
if (Input.GetKeyDown (KeyCode.1))
animation.Play(5);
}
}
Вылезает ошибка Assets/Standard Assets/Character Controllers/Sources/Scripts/������.cs(13,47): error CS1525: Unexpected symbol `0.1'
что делать
В этой группе, возможно, есть записи, доступные только её участникам.
Чтобы их читать, Вам нужно вступить в группу
Чтобы их читать, Вам нужно вступить в группу