pusher / pusher-websocket-unity

Pusher Channels Unity Client Library
MIT License
27 stars 20 forks source link

Please remove asmdef #55

Open StephenHodgson opened 7 months ago

StephenHodgson commented 7 months ago

Since there are no scripts to compile in Unity, the editor gives a warning each time the project recompiles.

It would be great to remove this message, by simply removing the redundant .asmdef file in the package.

Assembly for Assembly Definition File 'Packages/com.pusher.pusherwebsocketunity/PusherWebsocketUnity.asmdef' will not be compiled, because it has no scripts associated with it.
afarchy commented 7 months ago

I'm hitting this as well