2d 썸네일형 리스트형 Physics2D와 RaycastHit2D 2D 프로젝트를 진행하면서 Ray 인식이 잘 안되길래 확인해봤는데, RaycastHit와 Physics를 3D로 사용하고 있어서 그런 것이었다...using System.Collections;using System.Collections.Generic;using UnityEngine;public class ObjectBeam : MonoBehaviour{ [SerializeField] private LayerMask groundLayer; [SerializeField] private float rayDistance = 100f; void Update() { RaycastHit2D hit = Physics2D.Raycast(transform.position, Vect.. 더보기 Spine 오브젝트 스프라이트의 색 변경 playerSkeletonSprite.gameObject.GetComponent(); playerSkeletonSprite.skeleton.SetColor(Color.red); 혹은 을 불러와 색을 수정한다. 더보기 Unity-Spine 연동하기 0. 우선 아래 링크에서 스파인 버전/유니티 버전에 알맞은 패키지를 다운로드 하여 적용한다. https://ko.esotericsoftware.com/spine-unity-download spine-unity Download Getting Started Documentation spine-unity unitypackage spine-unity 4.1 (updated 2024-03-19, changelog) Compatible with Spine 4.1.00 or newer and Unity 2017.1-2023.1. Add package from git URL: (URLs for spine-csharp, spine-unity and examples) https://github ko.esotericsoft.. 더보기 이전 1 다음