mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 18:26:47 +02:00
remove unneeded logs
This commit is contained in:
parent
1b98944caa
commit
a3206c84f2
2 changed files with 1 additions and 8 deletions
|
@ -171,14 +171,7 @@ class AvatarExporter : MonoBehaviour {
|
|||
if (!SetJointMappingsAndParentNames()) {
|
||||
return;
|
||||
}
|
||||
|
||||
//var textures = AssetDatabase.LoadAllAssetsAtPath(assetPath).Where(x => x.GetType() == typeof(Texture));
|
||||
var tests = AssetDatabase.LoadAllAssetsAtPath(assetPath);
|
||||
Debug.Log("assetPath " + assetPath);
|
||||
foreach (var test in tests) {
|
||||
Debug.Log("test " + test.GetType());
|
||||
}
|
||||
|
||||
|
||||
string documentsFolder = System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments);
|
||||
string hifiFolder = documentsFolder + "\\High Fidelity Projects";
|
||||
if (updateAvatar) { // Update Existing Avatar menu option
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue