Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

PUN 2 Network Transform View Jittery Movement

the PhotonTransformView component worked fine in our internal tests, 
but we receive more and more (negative) feedback about it, so that we have 
started to look for another (and better) solution. Unfortunately 
I can't give you any ETA about the new version. In the meantime you have 
  different possibilities:

1) Simply wait for the new version.
2) Update the PhotonTransformView component from PUN Classic to make it compatible with PUN 2.
3) Try using the PhotonRigidbodyView component. I know you don't use it for movement, but the Rigidbody component relies on the Transform component and its data as far as I know. Means that you can try to use the PhotonRigidbodyView component although you don't use the Rigidbody itself (at least not for movement). When using it, make sure to not use its Synchronization Options (velocity and angularVelocity).
4) As you propsed: going back to PUN Classic, but I think this is not necessary.
Comment

PREVIOUS NEXT
Code Example
Csharp :: how to make your player movr the way you are rotated in unity 
Csharp :: bootstrap daterangepicker change language to french 
Csharp :: c# switch expression 8.0 
Csharp :: attribute decorator to require email format of string c# 
Csharp :: soundplayer c# take uri 
Csharp :: save checkbox value to database c# 
Csharp :: switch case c# enum tostring 
Csharp :: unity organize variables in inspector 
Csharp :: populate toolstripitems to combobox 
Csharp :: how to get the screen size in Tao.Freeglut 
Csharp :: linq conditionnally add where clause 
Csharp :: Convert any class to a keyvaluepair 
Csharp :: lexicographically sorted 
Csharp :: how to display only date from datetime in mvc view 
Csharp :: serenity.is required field 
Csharp :: sort number in dynamo 
Csharp :: ASP.NET Core set update clear cache from IMemoryCache (set by Set method of CacheExtensions class) 
Csharp :: c# check if value in dictionary are unique 
Csharp :: how to select class object from query c# 
Csharp :: linq cross join 
Csharp :: unity rotatoin angle 
Csharp :: date format full month name c# selenium 
Csharp :: how to authorize token when consuming api in c# 
Csharp :: c# stack 
Csharp :: translate nicely between two vector3 
Csharp :: how to create a point c# 
Csharp :: unity stack overflow error 
Csharp :: how to add default value to combobox in wpf 
Csharp :: unity public script 
Csharp :: how to mirror an image in vs forms 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =