те кто знает язык C++ найдите ошибку в коде. using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Chacter : MonoBehaviour
{
public int lives = 3;
public float speed = 4.0f;
public float jumpforce = 1.0f;
public Rigidbody2D PlayerRigidbody;
public Animator charAnimator;
public SpriteRenderer sprite;
bool OnGround;
private void Awake()
{
PlayerRigidbody = GetComponentInChildren();
charAnimator = GetComponentInChildren();
sprite = GetComponentInChildren();
}
void Start()
{
}
void Move()
{
Vector3 tempvector = Vector3.right * Input.GetAxis("Horizontal");
transform.position = Vector3.MoveTowards(transform.position, transform.position + tempvector, speed * Time.deltaTime);
if (tempvector.x 1;
Debug.Log(colliders.Length);
}
private void FixedUpdate()
{
CheckGround();
}
void Update()
{
if (Input.GetButton("Horizontal"))
{
Move();
}
if (OnGround && Input.GetButton("Jump"))
{
jump();
}
}
}
108
203
Ответы на вопрос:
1. i don’t eat many.. mangoes. 2. не does not eat fish. 3. she ate so .much.. dessert that she is in bed today with a stomachache. 4. that man drank so wine, and he smoked so cigarettes that he has a terrible headache today. 5. маrу must not eat too .much.. food because she has a weight problem. 6. my mum says i eat too french fries and drink too beer she wants me to be healthy. 7. there is not too much.. space in my flat. 8. there are not pictures in this room. 9. there are so teachers at our school, but many of them are men. 10. not. of these books are new. 11. thanks awfully for the books you sent m yesterday. — don’t mention it, it wasn’t .much.. bother. 12. of her advice was not useful at all. 13. he has got so of socks. 14. please, don’t put pepper on the meat. 15. there were too plates on the table. 16. i never eat..much bread with soup. 17. why did you eat so .much.. ice cream? 18. she wrote us not very letters from the country. 19. of these student don’t like to look up words in the dictionary. 20. do you drink coffee? — yes, a lot. do you watch tv — no, . 21. not..many.. of the answers were correct. 22. how money did you spend last friday 23. the students enjoyed the concert very much.
Реши свою проблему, спроси otvet5GPT
-
Быстро
Мгновенный ответ на твой вопрос -
Точно
Бот обладает знаниями во всех сферах -
Бесплатно
Задай вопрос и получи ответ бесплатно
Популярно: Английский язык
-
ovenovsp00yl211.02.2020 11:10
-
dzeratigieva29.04.2023 13:33
-
galina180903.05.2022 23:13
-
sigaretta14.03.2023 05:49
-
Igor17171714.06.2023 16:29
-
MADINABALA06.01.2020 18:23
-
Швабу08.02.2020 21:15
-
2007070608.05.2023 08:57
-
Xa4Men77129.05.2020 14:21
-
valiente22.01.2023 11:40
Есть вопросы?
-
Как otvet5GPT работает?
otvet5GPT использует большую языковую модель вместе с базой данных GPT для обеспечения высококачественных образовательных результатов. otvet5GPT действует как доступный академический ресурс вне класса. -
Сколько это стоит?
Проект находиться на стадии тестирования и все услуги бесплатны. -
Могу ли я использовать otvet5GPT в школе?
Конечно! Нейросеть может помочь вам делать конспекты лекций, придумывать идеи в классе и многое другое! -
В чем отличия от ChatGPT?
otvet5GPT черпает академические источники из собственной базы данных и предназначен специально для студентов. otvet5GPT также адаптируется к вашему стилю письма, предоставляя ряд образовательных инструментов, предназначенных для улучшения обучения.