Building movable, Position save, Overlapse prevention

This commit is contained in:
Sewmina
2022-04-17 07:14:20 +05:30
parent 04ee196e6b
commit 62a909795b
24 changed files with 5433 additions and 3037 deletions

View File

@@ -23,8 +23,8 @@ class ScrollAndPinch : MonoBehaviour
{
//Update Plane
if (Input.touchCount >= 1)
Plane.SetNormalAndPosition(transform.up, transform.position);
// if (Input.touchCount >= 1)
//Plane.SetNormalAndPosition(transform.up, transform.position);
var Delta1 = Vector3.zero;
var Delta2 = Vector3.zero;