oOtroyOo

Results 30 issues of oOtroyOo

I've import dll from example Untiy project. Version : Unity 2017.4.15 with .NET46 It's works in Editor . But can't pass build . Maybe because the dlls requeires net45 or...

feature

手机是一加7pro,安卓10。 compile和target api都填的29. 跟着贴子写的,就是拿不到地址 ![屏幕截图 2021-03-17 181948](https://user-images.githubusercontent.com/19978148/111452345-631cde80-874d-11eb-8267-b33a647a3ab4.png)

fix #376. To fix console showing garbled text in non-English Windows. BTW. A message to notice permissions error

**Describe the bug** 首先按照`s`命令,初始并创建Netcore示范容器。使用阿里云函数 然后不经任何修改,`s deploy`完成后。 使用http url 半天没有Response,进入阿里云函数后台,开启了日志系统(注:真的有必要加入提示初始化项目时并开通日志系统) 报错信息为 `Function instance health check failed on port 9000 in 120 seconds.` 同时日志里看见他监听了 http://[::]:80 根据 [错误处理](https://help.aliyun.com/document_detail/466745.html) #实例健康检查失败(Function instance health check failed)...

bug

由于lua是弱语言。有些时候写的不规范,可能会排查很久原因。 例如:当使用` if go.activeInHierarchy then`,而`activeInHierarchy` 不小心写错,那么这个在if条件会始终判定为false,而程序逻辑不会有强异常报错 我希望在可以自定义做一些调整,比如重写`__index`,从而抛出异常,但是CodeEmit和Wrap文件,不是那么容易看懂。 如果有类似的FAQ方案,可以参考一下

Just because latest Chrome won't automaticly download links as http. I've tried to change it to https. and it worked.

Because this is an Editor plugin, so I don't need Runtime Resources. I've tried to delete them, and the script in https://github.com/WooshiiDev/HierarchyDecorator/blob/dab20ee1bdf86442f5eeeac29fbee752a99fe1ab/HierarchyDecorator/Scripts/Editor/Constants.cs#L83-L94 So far nothing appears to happen. I'm not...

question

在如下的代码中,同一个class,不同的field,指向出现有些字段注释是正确的,有些字段注释是乱码的 看起来写法没有任何问题,文本编码都是UTF-8,应该是正确的。(即便编码不正确,那为何属于部分有错) 应该是BUG,似乎是不支持 `·` 字符做文本注释? ![屏幕截图 2023-01-17 132545](https://user-images.githubusercontent.com/19978148/212817058-8e214716-a791-45da-b4e3-03dd2eeff333.png) ![屏幕截图 2023-01-17 132337](https://user-images.githubusercontent.com/19978148/212817052-6d6019e1-0085-4d5d-8c3d-c1204f6292a4.png)

1. 当给类名重命名时,会同时被改到self变量,这并不需要被修改的,若不小心则很容易出现引用异常 ![GIF 2022-12-30 17-29-24](https://user-images.githubusercontent.com/19978148/210056084-3d5e2f0a-b8f8-4b62-b601-c0ea4e0da901.gif) 2. 当自身存在一个未声明的变量,如 `self.test`,将其重命名时,会把类名声明给改成`test1`了。 ![GIF 2022-12-30 17-33-45](https://user-images.githubusercontent.com/19978148/210056083-1d4a57b0-e2d5-409b-941f-907af94b6871.gif)

在 PopupWindow && UseCustomRes 时,窗口是默认居中,且不能移动位置的。因此提供移动窗口的设置。