test mesh

This commit is contained in:
jze9
2026-04-17 02:14:56 +05:00
parent 087db550f1
commit 64293937a7
50 changed files with 2570 additions and 963 deletions

View File

@@ -163,11 +163,7 @@ public class InventoryItemFactory : MonoBehaviour
}
Vector3 spawnPos = dropPosition + offset;
Quaternion rotation = Quaternion.Euler(
Random.Range(0, 360),
Random.Range(0, 360),
Random.Range(0, 360)
);
Quaternion rotation = Quaternion.identity;
var worldItem = CreateWorldItem(itemData, amount, spawnPos, rotation);