Basewq

Results 7 comments of Basewq

Don't know if this should be in a separate issue or can be placed in here but I'm on a Win7 machine, but my error is slightly different: ``` DXGI...

Full disclosure, I haven't tested this but since there is overlap between a 'standard' android app & xamarin, this solution might work https://learn.microsoft.com/en-us/answers/questions/640835/(xamarin-forms)how-to-make-app-run-in-fullscreen-i Also posted below ``` protected override void...

Sorry, I'm not sure I understand the problem, however I think you are closer to finding a solution for your issue by playing around with the Window settings in the...

I don't have an iOS machine so can't help with anything beyond this single post. `StrideApplicationDelegate.cs` (which is the file the error is wanting) got deleted in this commit https://github.com/stride3d/stride/commit/95638682f3c2b12c29960ee756cb43a573ab1c30...

> > 我没有 iOS 机器,所以除了这篇文章之外,我无能为力。 (这是错误想要的文件)在此提交中删除[9563868](https://github.com/stride3d/stride/commit/95638682f3c2b12c29960ee756cb43a573ab1c30) 我认为这需要 Silk 替换,但是 Stride 方面没有实现任何替换,似乎 Silk 在 iOS 上的最后一条说明是它只对 iOS 提供实验性支持。`StrideApplicationDelegate.cs` > > 还要注意,在同一提交中,iOS 的 EditText 控件会抛出一堆,因此看起来也不完整。`NotImplementedException` > > Thanks for your reply, so...

The "CopyLocal" bug is a engine/build bug. This targets file (Stride.Core.PostSettings.Dependencies.targets) was changed from "CopyLocal" to "ReferencePath.CopyLocal" https://github.com/stride3d/stride/blob/4a263c4faa1e5ed3a94f1f8900bce342c230f28a/sources/targets/Stride.Core.PostSettings.Dependencies.targets#L16-L22 However, my understanding is this targets file (Stride.Core.targets) did not sync those...

> Nice work @Basewq! Are you working on a PR for this? If not I can create one. I'm not, feel free to make one.