consulo / consulo-unity3d

Frameworks: Unity3D
Apache License 2.0
103 stars 10 forks source link

Missing .dll from Standard libs (UnityEngine.Timeline) #104

Closed winxalex closed 7 years ago

winxalex commented 7 years ago
screen shot 2017-04-19 at 11 41 49 pm screen shot 2017-04-19 at 11 40 45 pm screen shot 2017-04-19 at 11 44 08 pm
VISTALL commented 7 years ago

It's new Unity ? looks like no suppor for it

winxalex commented 7 years ago

Last beta? but shouldn't be diff?

VISTALL commented 7 years ago

Unity have different libraries in different paths.

Consulo have logic for adding on each version

https://github.com/consulo/consulo-unity3d/blob/master/src/consulo/unity3d/projectImport/Unity3dProjectUtil.java#L386

Looks like its a new library without support

winxalex commented 7 years ago

do u scanning UnityExtensions folder?

VISTALL commented 7 years ago

It's not scan - it add known library with known name. Sometime ago unity had different paths for extensions.

I will add this library maybe today

VISTALL commented 7 years ago

Pushed last build to release channel.