• 카테고리

    질문 & 답변
  • 세부 분야

    게임 프로그래밍

  • 해결 여부

    미해결

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

22.03.23 12:46 작성 조회수 325

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.

 

 

 

 

 

답변 3

·

답변을 작성해보세요.

2

안녕하세요.

 

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

 

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

 

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

1

고재청님의 프로필

고재청

질문자

2022.03.27

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

0

고재청님의 프로필

고재청

질문자

2022.03.29

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