인프런 커뮤니티 질문&답변
드론 패키지 임포트시 에러 발생
작성
·
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 활용
웹사이트에서 다운로드 후 드래그앤드롭
기본 큐브나 스피어 형태만 사용





