Hands visualization

This commit is contained in:
SDraw 2023-07-03 11:16:26 +03:00
parent 5d2bc0e6b8
commit f645650659
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
10 changed files with 155 additions and 5 deletions

View file

@ -9,7 +9,8 @@ namespace ml_lme
{
static readonly List<string> ms_assets = new List<string>()
{
"leapmotion_controller.asset"
"leapmotion_controller.asset",
"leapmotion_hands.asset"
};
static Dictionary<string, AssetBundle> ms_loadedAssets = new Dictionary<string, AssetBundle>();