edge colliders on camera

animals are moving now (very bad => will get better)
set BasicTile Collider2D isTrigger to false
This commit is contained in:
d-hain 2022-06-10 17:51:46 +02:00
parent f454e82aab
commit 3a564aa909
7 changed files with 380 additions and 86 deletions

View file

@ -137,12 +137,21 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.0.2",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.0.1",
"version": "1.3.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0"
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.modules.androidjni": "1.0.0"
},
"url": "https://packages.unity.com"
},