WatsonSong

Results 21 issues of WatsonSong

If I have multi-url for the same file. How can I give the urls and change when network error and retry?

Hi, is there a way to limit the download bandwidth. Per download task or the total bandwidth for a fetch instance?

I am trying to use the .netcore 3.0 preview and obfuscate my dll, it met this error: ``` Note that Rollbar API is enabled by default to collect crashes. If...

up for grab

问题详见https://ask.layabox.com/question/11402

在使用Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWALL;模式下的时候,通过Camera构造Ray的结果不正确。测试代码如下: ` import Camera = Laya.Camera; import PhasorSpriter3D = Laya.PhasorSpriter3D; import Ray = Laya.Ray; import RenderState = Laya.RenderState; import Script = Laya.Script; import Vector2 = Laya.Vector2; import Vector3...

I want to export my terrain using the Terrain Mesh ROP, but I crop a sub set of my whole terrain and export them for performance. So the output index...

When used in Unity 2019.2 the compiler report the following warning: Assets\Plugins\HoudiniEngineUnity\Scripts\Utility\HEU_TerrainUtility.cs(228,6): warning CS0618: 'Terrain.materialType' is obsolete: 'Property materialType is not used any more. Set materialTemplate directly.'

The blow code: https://github.com/sideeffects/HoudiniEngineForUnity/blob/dc97e8e2501ca39c0416fde8b5021b25dad34e6a/Plugins/HoudiniEngineUnity/Scripts/Utility/HEU_InputUtility.cs#L83 ` for (int i = numInterfaces - 1; i >= 0; i--) { if (_inputInterfaces[i] != null && _inputInterfaces[i].Priority

I am using the the new feature in C# 7.0 to simplify my code. The original way is like this: ` int result; myfunction(out result); ` In C# 7 we...

The luasrcdiet report error when I use it to process the dump.lua file, with this error: lua.exe: .\luasrcdiet\llex.lua:93: [string]:323: malformed number The command line I use is: `bin/luasrcdiet --maximum %sourceFile%...