Esempio n. 1
0
        public IEnumerable <Object> FetchDependencies(ISerializedFile file, bool isLog = false)
        {
            yield return(Texture.FetchDependency(file, isLog, () => nameof(SplatPrototype), "texture"));

            if (IsReadNormalMap(file.Version))
            {
                yield return(NormalMap.FetchDependency(file, isLog, () => nameof(SplatPrototype), "normalMap"));
            }
        }