Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 리액트
- for문
- Node.js
- JWT
- npm start
- Transform
- java
- vue 앱만들기
- 유니티
- 이기적
- vue 로그인
- Rigidbody
- Vue.js
- Vue
- package.json
- 컴포넌트
- 리눅스마스터2급
- 반복문
- axios
- quasar
- 템플릿 리터럴
- 노드
- Scanner
- vue 독학
- vue jwt
- React
- 형변환
- Unity
- 이기적 리눅스 마스터 2급
- 자바
Archives
- Today
- Total
목록Rigidbody 컴포넌트 (1)
나아가기

1. floor를 깔아주고 2. 4면에 벽을 쌓아올린다. 3. 플레이어를 만들고, 플레이어를 키보드로 조작할 스크립트 만들기. using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerController : MonoBehaviour { [SerializeField] private float walkSpeed; [SerializeField] private float lookSensitivity; [SerializeField] private float cameraRotationLimit; private float currentCameraRotationX; [SerializeField] pri..
Unity_Metaverse
2022. 7. 20. 17:03