강의

멘토링

로드맵

인프런 커뮤니티 질문&답변

고재청님의 프로필 이미지
고재청

작성한 질문수

유니티 머신러닝 에이전트 완전정복 (기초편)

드론 에셋 가져오기 & 오브젝트 추가

드론 패키지 임포트시 에러 발생

작성

·

591

1

유니티 버전은 뭘 써야하나요? 2021.2.0a17 로 작업하고 있는데 드론 팩을 다운 받았더니 particle system 과 XRnodeState, Audiosource 를 찾을 수 없다는 에러가 나옵니다. 혹시 버전의 문제인가요? 

 

Assets\ProfessionalAssets\DronePack\Scripts\CameraTeleportEffect.cs(9,21): error CS1069: The type name 'ParticleSystem' could not be found in the namespace 'UnityEngine'. This type has been forwarded to assembly 'UnityEngine.ParticleSystemModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' Enable the built in package 'Particle System' in the Package Manager window to fix this error.

 

Assets\ProfessionalAssets\DronePack\Scripts\Turbine.cs(14,17): error CS1069: The type name 'ParticleSystem' could not be found in the namespace 'UnityEngine'. This type has been forwarded to assembly 'UnityEngine.ParticleSystemModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' Enable the built in package 'Particle System' in the Package Manager window to fix this error.

 

Assets\ProfessionalAssets\DronePack\Scripts\PAVR_DroneRemote.cs(10,14): error CS1069: The type name 'XRNodeState' could not be found in the namespace 'UnityEngine.XR'. This type has been forwarded to assembly 'UnityEngine.XRModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' Enable the built in package 'XR' in the Package Manager window to fix this error.

 

Assets\ProfessionalAssets\DronePack\Scripts\ProximityCannon.cs(16,17): error CS1069: The type name 'AudioSource' could not be found in the namespace 'UnityEngine'. This type has been forwarded to assembly 'UnityEngine.AudioModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' Enable the built in package 'Audio' in the Package Manager window to fix this error.

 

 

 

 

 

퀴즈

Unity 프로젝트에서 드론과 같은 3D 모델 에셋을 가져오는 주된 방법은 무엇일까요?

직접 3D 모델링 툴로 제작

Unity Asset Store 활용

웹사이트에서 다운로드 후 드래그앤드롭

기본 큐브나 스피어 형태만 사용

답변 3

2

정규열님의 프로필 이미지
정규열
지식공유자

안녕하세요.

 

현재 상황은 버전의 문제로 말하기에는 애매하긴 합니다만

 

혹시 저희가 사용하는 2020.2.2f1이나

 

2021.1.18f1 버전으로 해보시기를 추천드립니다.

1

고재청님의 프로필 이미지
고재청
질문자

해결했습니다. 앞선 튜토리얼 대로 project 를 그냥 임포트 해서 사용하니 오류가 발생하더라구요. 그냥 3D프로젝트를 새로 생성한 후에 패키지 ml agent 를 설치한 후, push block 예제 지워주는 식으로 해결했습니다.  감사합니다

0

고재청님의 프로필 이미지
고재청
질문자

영상 시작 부근에 Emptyobject 로 Academy 랑 Agent 만드는과정이 생략 되어 있어요! 그거 어떻게 하는지 알려주실 수 있나요?

고재청님의 프로필 이미지
고재청

작성한 질문수

질문하기