line / line-sdk-unity

Provides a modern way of implementing LINE APIs in Unity games, for iOS and Android.
https://developers.line.biz/
Apache License 2.0
117 stars 24 forks source link

Add support for setting channelID afterwards #68

Closed onevcat closed 8 months ago

onevcat commented 8 months ago

This can improve the usability of LineSDK, giving it a way to set channelID after the Awake is called. Fixes #67

onevcat commented 8 months ago

@k0uhe1D Please check it and let me know if this can be a possible fix for your case. Thanks!