UniVRM/Assets/VRM.Samples/VRM.Samples.asmdef
Keiji Yoshimi 38dc54cbf3 added DepthFirstScheduler reference to VRM.Sample
fix error

Assets\VRM.Samples\Scripts\VRMRuntimeLoader.cs(166,13): error CS0012: The type 'Unit' is defined in an assembly that is not referenced. You must add a reference to assembly 'DepthFirstScheduler, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
2019-04-28 02:19:04 +09:00

12 lines
245 B
Plaintext

{
"name": "VRM.Samples",
"references": [
"VRM",
"DepthFirstScheduler",
"UniHumanoid"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false
}