mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:30:39 +02:00
remove unneeded logs
This commit is contained in:
parent
1b98944caa
commit
a3206c84f2
2 changed files with 1 additions and 8 deletions
|
@ -172,13 +172,6 @@ class AvatarExporter : MonoBehaviour {
|
|||
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