- 수정됨
Spine 사용 관련 문의
Unity와 Flutter(dart)에서 동시에 Spine을 사용해보고 싶은데요
관련해서 궁금한 사항이 있어 문의드립니다.
- Unity와 Flutter에서 Spine을 사용하려면 라이브러리를 2개 다 받아야하는지 여부
- Resource를 공유해서 사용할 수 있는지 여부
추가로 동시 사용 시 가이드나 참고할 자료가 있다면 알려주시면 감사하겠습니다.
I want to use Spine in Unity and Flutter (dart) at the same time.
If you have any questions regarding this, please contact us.
- Whether you need to get both libraries to use Spine in Unity and Flutter
- Whether resources can be shared and used
If you have any additional guides or reference materials for simultaneous use, we would appreciate it if you let us know.
spine-unity 런타임을 통해 Unity에서 Spine 에셋을 사용할 때 Unity는 이러한 에셋에 대한 읽기 액세스를 제공합니다. 따라서 Flutter와 함께 Unity를 사용하려면 Unity 에셋을 읽는 일반적인 방법이 여기에 적용됩니다. Unity에서 자산에 액세스 할 수있는 경우 spine-unity에서 액세스 할 수 있습니다. 불행히도 이것은 우리가 알지 못하는 것이므로 Unity 포럼 중 하나에서이 질문을해야합니다.
최악의 경우 Unity 및 Flutter에서 액세스 할 수 있도록 자산을 복제해야합니다.
When using Spine assets in Unity via the spine-unity runtime, Unity covers providing read access to these assets. So if you want to use Unity in combination with flutter, general means of reading Unity assets apply here. If an asset can be accessed by Unity, it can be accessed by spine-unity. Unfortunately this lies outside of our knowledge, you would need to ask this question on one of the Unity forums.
In the worst case you would need to duplicate the assets for access by Unity and flutter.
답변 감사합니다.
Thank you for answer.
천만에요. 문의 해 주셔서 감사합니다.
You're welcome. Thanks for getting back to us.