Damodar Sojka
Damodar Sojka
Unity version - 2019.3.0f6 Rotate your scene and check is it flat against grid? - Not sure if that's what you mean but I used camera to just check if...
I am not sure what do you mean by "without types support" but this might work for you: > export const createAsyncActionNamed = (prefix: string) => createAsyncAction(`${prefix}_REQUEST`, `${prefix}_SUCCESS`, `${prefix}_FAILURE`, `${prefix}_CANCEL`)();...
How about just type aliases? for example: export type UUID = string; The type is of course not imported by all the __generated__ files making them fail the compilation.
Facing similar issues. Is there any update on this?
Maybe at least there is a way to disable this message like there is for the react dev tools: https://stackoverflow.com/questions/42196819/disable-hide-download-the-react-devtools
I am also observing this in 4.12.0.
It is easily possible to attach a popup to the whole slider, for me it is better to attach it to the moving dot (.thumb). It is possible to defined...