Added texture preprocessor to enforce no filtering

This commit is contained in:
nothke
2024-08-17 13:08:28 +02:00
parent f20994a8db
commit 63747c7f7f
5 changed files with 36 additions and 5 deletions

View File

@@ -37,8 +37,8 @@ public class WeightDetector : MonoBehaviour
return totalMass;
}
private void Update()
{
Debug.Log(GetTotalWeight());
}
//private void Update()
//{
// Debug.Log(GetTotalWeight());
//}
}