두 가지 방법으로 Unity에서 Tile 에셋을 생성할 수 있습니다. 첫 번째는 Assets 메뉴에서 타일 에셋을 생성하는 방법입니다. 두 번째는 여러 선택된 스프라이트로 타일 에셋을 자동 생성하는 방법입니다.
텍스처를 Assets 폴더에 추가하여 타일맵을 위한 개별 타일이나 타일 세트 이미지를 Unity 프로젝트로 임포트합니다. 임포트한 이미지의 텍스처 임포터 설정을 확인하려면 인스펙터 창에서 해당 이미지를 선택합니다.
타일맵에서 사용할 스프라이트를 임포트할 때에는 다음의 권장 설정을 사용하십시오. 각 설정에 대한 자세한 내용은 텍스처 타입: 스프라이트(2D 및 UI)에 관한 문서를 참조하십시오.
Create a Tile directly from the Assets menu by going to Assets > Create > Tile. You will be prompted to name and save the new blank Tile Asset to your chosen location. Refer to the documentation on Tile Assets for more information about the Asset properties.
Tiles can be automatically generated by bringing the individual Sprites or Sprite sheets of the Tiles directly into the Tile Palette window (if the window is not open, go to Window > 2D > Tile Palette).
First prepare and import the Tile Sprites, then open the ‘New Palette’ drop-down menu in the Tile Palette window. Select an existing Tile Palette from the list, or select ‘Create New Palette’ to open the Create New Palette dialog box.
After selecting the properties of the Tile Palette (refer to the Tile Palettes documentation for more information about the different options), select Create to open the new Palette in the window.
After creating or loading a Palette, drag and drop Textures or Sprites from the Assets folder directly onto the Tile Palette window. You will be prompted for the save location for the new Tile Assets. Select the save location, and the new Tile Assets are generated in the selected folder. The generated Tiles are also automatically placed onto the Palette.