-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on 2022.1.9b7.2715 Unity version #81
Comments
Does it reproduce on other Unity versions? Or it only reproduces on 2022.1? |
Only on 2022.1 already try previews versions |
Thanks. I'll investigate it. |
You can fix (not sure if correct fix) by changing \Runtime\Internal\Receiver.cs line 88/89 (I'm using HDRP) TextureFormat.RGBA32, false, false |
MrMahgu answer make it work! thanks |
Weird i try it over the weekend, sure it was working but now is throwing errors and get replace automtiacally sometimes with the old code |
You would need to extract the package folder (Library\PackageCache\[email protected]) to its own folder and either delete it from your project and then reimport it from disk using your local modified copy. I have a directory inside my base folder (the folder that contains all the Assets, Library, Packages, etc folders) called "LocalPackage". You can then modify the Packages/manifest.json by hand to repoint the Spout package to your new local copy. Mine looks like this: "jp.keijiro.klak.spout": "file:../LocalPackage/[email protected]" |
Thanks a lot @MrMahgu that worked perfectly |
Hi, I upgraded Unity from 2021.2.7 to 2022.2.0b11 and i am getting this error. I am using URP and the proposed fix by MrMahgu does not work for me. @keijiro could you please have a look at this error? Seems like it is affecting all Unity 2022 versions |
@MrMahgu You are a legend! Your solution worked in Unity 2022.1.23f1. |
This solution fix the bug for me in 2022.1.6f1 |
Did anyone else have this issue? The solution did not work for 2022.2.2f1 |
This works for me on 2022.2.21, make sure you change the texture format and the true false argument and make sure it actually saves. Initially, I didn't realise we were also changing the texture format from |
This fix works in beta 2023.1 ! |
For me, in Unity 2021 (URP), this fixes spout senders from external apps but breaks the senders inside the KlakSpout demo scene (alpha, gradient, timecode). I did not see a difference changing the mipmaps bool from false to true. I was able to fix everything (external and unity spout senders) using texture format RGBA4444, but that causes a loss of image data (although I did not notice a difference in quality on my end). |
Having this same issue, it works fine in unity 2020 but not in unity 2022.3.6f1 |
thanks @MrMahgu and @PikaChokeMe, this works for me in 2022.3.6f1 and 2023.2.14f1 |
Using 2022.3.22f1 and changing the second bool to true, but leaving the texture format the same worked for me to receive from senders using this package and also other sender application (VTube Studio) |
Headsup to anyone using latest MaxMSP and Spout package - tested in Unity 6000 and 2022 and 2023 - you'll need to init the texture as RGBAfloat as the output format has been
so depending on what spout is outputting (check with Spout Panel), you'll need to change the receiver script to init the texture correctly. from what i understand the function in the script has 2 booleans for Mipmaps and Linear colorspace, then the format. so dont expect it to work for all software. |
Where to find that? |
Have this error in the version 2022.1.9b
d3d11: failed to create 2D texture shader resource view id=1666 [D3D error was 80070057]
The text was updated successfully, but these errors were encountered: