Balaji M
Balaji M
It will be really useful to have a rule to check if Preview functions are called in the non preview functions.
@grassydragon Thanks for fixing this. We're also [blocked](https://github.com/google/filament/issues/7950) because of this issue. I am not super familiar with the changes in the PR but I can attempt to fix the...
> @mbalajee, to be honest, I've been planning to close this pull request for a while since we've gone back to using a collision system for picking 3D objects in...
> > Is your code for "collision system for picking 3D objects in Kotlin" available publicly? > > Yes, it's a part of the Sceneview framework but originally comes from...
I had the same issue, turning OFF the FORCE_APP_NOT_RESIZABLE flag fixed the issue. Would be helpful to turn this off programmatically so users wouldn't face this issue EDIT: I don't...
@nieubank Our app targets sdk 33 and the flag FORCE_APP_NOT_RESIZABLE is still enabled by default. I have to disable it everytime for the resize to work. `resizeableActivity="true"` is the default...
@nieubank I created an Amazon app store account ONLY to test the resizing behavior. Uploaded app to the store, with `resizableActivity` set to true for the launcher activity in the...
`android:resizeableActivity=true` in AndroidManifest.xml fixed the problem. App is now automatically resized when dragged around the corners. Issue: However if the app was initially installed with `resizeableActivity=false` then it stays that...
Will this enable the proper normal generation in Android? https://github.com/google/filament/discussions/7851
Cool so I guess for Android only change that needs to be done is in the resource & asset loader. I actually tried to make some [changes](https://github.com/google/filament/discussions/7851#discussioncomment-9462246) and I still...