Robert
Robert
I was playing with this but found when the KenBurnsView size is being animated (I'm actually animating the weight of other views which is causing the KenBurnsView to resize) it...
Just an FYI, if the M3U8 file starts with the byte order marker (BOM) then this parser throws an exception and fails to parse the file. A sample file that...
I had imported, I believe (cant quite remember now since I removed it) the WebGL package which installed this as a dependancy. Then I built my project for tvOS. When...
Currently the CameraManager has this hardcoded: ``` [Tooltip("Set the camera z coordinate to a fixed value every frame.")] [SerializeField] protected bool setCameraZ = true; [Tooltip("Fixed Z coordinate of main camera.")]...
I am using the webdav GET method to download files. If my url has spaces in it, like this: `remote.php/webdav/folder/AAA HOWTO.txt` When I try to `performNetworkRequest()`, it throws an exception...
On Android v6.0.1 I get messages like this when the configure activity is displayed: ``` 11-08 22:17:49.272 2324 3327 D BackgroundManagerService: getIdleTimeLimit: 120000 11-08 22:17:49.272 2324 3327 I BackgroundManagerService: com.lgfischer.widgethost...
I have a base camera with a stack of 1 orthographic camera. The water does not work with your version of the water. I have been using a relatively older...
I have 3 cameras in a scene: Main, Satellite, Froward Gun. I would like reflective water, but only on the Main camera. Is it possible to have a way to...
Most of the water effects are working but the wave swells (mesh vertices Y deformations) do not render - the water is flat as if it was static (but its...