focus-creative-games / hybridclr

HybridCLR是一个特性完整、零成本、高性能、低内存的Unity全平台原生c#热更新解决方案。 HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.
https://code-philosophy.com/
MIT License
6.61k stars 672 forks source link

OnMouseDown无响应 #100

Closed wcytian closed 1 year ago

wcytian commented 1 year ago

UnityEditor版本:2020.3.33f1 操作系统:Mac BuildTarget:Android com.code-philosopy.hybridclr版本号:3.4.0

打开main场景,启动后屏幕中间会出现一个Cube,点击Cube后会在屏幕上看到OnMouseDown 松开后会看到OnMouseUp,按照流程打包后在安卓真机上上述操作没有反应,没有报错。具体代码写在了InstantiateByAsset.cs里。压缩包中的1.apk是打出来的安卓包。 hybridclr_trial-main.zip