• Bugs
  • Script 'Animation' has the same name as built-in Unity compo

When I import spineruntime,the unity warn me as the following sentence:

Script 'Animation' has the same name as built-in Unity component.
AddComponent and GetComponent will not work with this script.

As a result, when i import spine files, it warning like this:

Material is missing texture: qinxiaonan_Material
UnityEngine.Debug:LogError(Object, Object)

(qinxiaonan is the filename)

😢 plz help me,i can't find out the solution. 😢

Related Discussions
...

The warning is a bit unfortunate but causes no harm at all.

The problem is most likely that you have named your atlas file .atlas instead of .atlas.txt.
spine-unity Runtime Documentation: Getting Started

If this does not resolve your problem, could you please describe it in more detail and provide some screenshots?