-1

I upgraded my Graphics Engine to net 6, all seems to work, except the PhysiX.Net wrapper which is net 5. I installed it as nuget package and tryed to manually create a reference and copied all neccessary Files to the bin dir. Both trys ended with a Message like : System cannot find the file.

Is there a possibllity to use the wrpper on net 6 ?

C.G.
  • 5
  • 2

1 Answers1

0

I have found a net 6 version of PhysX.net on :

https://github.com/stilldesign/PhysX.Net/tree/412-net6

C.G.
  • 5
  • 2
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – MD. RAKIB HASAN Sep 08 '22 at 04:37