|
Post by rasto61 on Feb 23, 2019 19:11:56 GMT
rasto61 Can you make a pull request in the github repo with those specific changes? Yes, I can do that when Im back on this project.
|
|
|
Post by leaosol on Feb 26, 2019 2:33:38 GMT
Assets/PUNMultiplayerInvectorAddon/Overrides/PUN_ShooterManager.cs(8,26): error CS0115: `PUN_ShooterManager.ReloadWeapon()' is marked as an override but no suitable method found to override
I am getting above error. Please help
|
|
|
Post by wesleywh on Feb 27, 2019 19:01:45 GMT
My guess is a newer version of invector shooter template. What version you running?
|
|
cloz
New vMember
Posts: 2
|
Post by cloz on Mar 18, 2019 14:33:47 GMT
this is for that version? try doing it with 1.3.0 and obtube multiple errors.
|
|
|
Post by mightofficiel on Mar 19, 2019 18:44:53 GMT
NullReferenceException: Object reference not set to an instance of an object SetupExampleUI.M_ExampleUI () (at Assets/PUNMultiplayerInvectorAddon/Editor/SetupExampleUI.cs:19)
can't create the example UI help me my friend :/
|
|
|
Post by Samuel on Mar 20, 2019 21:10:21 GMT
Ho great, im doing the pun 2 tutorial, but its hard to use invector with it
I cant find the unity package on the github
|
|
|
Post by mightofficiel on Mar 22, 2019 16:29:50 GMT
Ok i understand now , it's working on unity 2018.3.0f2 but not on unity 2018.2
|
|
|
Post by wesleywh on Mar 25, 2019 18:24:14 GMT
Samuel what do you mean you cant find the package on github? It's under the releases tab. Please explain.
|
|
|
Post by mightofficiel on Mar 27, 2019 20:47:45 GMT
do you have an idea how can i switch between scenes without destroy my character i did a don'tdestroyonload but this is not working very well
|
|
|
Post by wesleywh on Mar 29, 2019 18:24:24 GMT
Never tried it. So I'm not sure what you would need to modify to get this to work.
|
|
|
Post by mightofficiel on Mar 29, 2019 20:10:55 GMT
it's ok thanks you , it's working , now i'm trying to disable colision between players but i don't know how xD if someone already did that tell me ty :D
|
|
|
Post by link2589 on Apr 3, 2019 11:12:39 GMT
hi , Your script pun_damage receiver make me crash each time i try to damage others players ):
|
|
|
Post by link2589 on Apr 7, 2019 16:01:34 GMT
|
|
|
Post by wesleywh on Apr 8, 2019 0:56:31 GMT
I have been working pretty heavily on another unity project and haven't really had time to come back to this side project in a while. This sounds like a bug in the code to me. If anyone else has had this issue posting your fix here would be appreciated.
Here are some things I would do to debug this. First dive into the code and understand how it works. Second I would swing (not hitting the other player) and see if any errors occur, if so fix them. Third I would not actually send damage. I would place a debug line instead of sending actual data and see how many times it is getting called. If it is getting called a LOT then this is a problem and you will need to find ways to cut that down.
This could be a serious issue that might require some time and dedication to fix. Then again I could be wrong and this might be a one liner.
|
|
|
Post by onegeeksgame on Apr 8, 2019 23:19:57 GMT
Is this project still being worked on? And does it work with the other add - ons like Survival / Climbing & swimming?
|
|