mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-22 18:45:06 -05:00
fix: Fix vrmAssetPostprocessor
it was processing directories end with `.vrm` by mistake, which occurs with `Packages/com.vrmc.vrm`
This commit is contained in:
@@ -17,6 +17,10 @@ namespace VRM
|
||||
{
|
||||
foreach (string path in importedAssets)
|
||||
{
|
||||
if (!UnityPath.FromUnityPath(path).IsFileExists) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (UnityPath.FromUnityPath(path).IsStreamingAsset)
|
||||
{
|
||||
Debug.LogFormat("Skip StreamingAssets: {0}", path);
|
||||
|
||||
Reference in New Issue
Block a user