NuGet Package Manager로 System.Drawing.Common(v6.0.0)을 설치하고
using System.Drawing 을 추가해 주었음에도 불구하고 'Bitmap'을 찾을 수 없다는 에러가 발생했었다.
<해결법>
NuGet 패키지 관리로 System.Drawing.Common을 설치했다면
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ 에 위치한
System.Drawing.dll 파일을 복사하여
유니티 프로젝트 Assets\ Plugins(없으면 새로 생성) 폴더 안에 붙여넣어 준다.
유니티 Edit -> Project Settings에서
Player -> other settings -> Api Compatibility Level 을 .NET 4.x로 변경해 준다.
<reference>
[1] https://stackoverflow.com/questions/60168061/bitmap-not-found-in-system-drawing-in-unity3d
728x90
'난 이 분야 전문가야! > Unity' 카테고리의 다른 글
Unity :: Ragdoll 머리 흔들림 해결법 (0) | 2022.12.11 |
---|---|
Unity :: material tiling (머티리얼 타일 나누기) (0) | 2022.12.02 |
Unity :: 스크립트로 머티리얼(Material) 변경하는법 (2) | 2022.10.05 |
Unity :: 스크립트에서 태그(tag) 추가하는법 (0) | 2021.12.02 |
Unity :: 스크립트에서 컴포넌트(component) 추가하는법 (0) | 2021.12.02 |