SnpM / LockstepFramework

Framework for lockstep RTS, TD, and MOBA games.
MIT License
1.41k stars 351 forks source link

can not run this framewodk on unity2018.3 #172

Closed Ecstasyzzz closed 5 years ago

Ecstasyzzz commented 5 years ago

The first time import the framework into a Unity project and open Lockstep-Framework/Example/ExampleScene, the console give me that : Failed to load 'D:/Unity2018.3Project/copyAnimator/Assets/LockstepFramework-Master/Example/Terrain/TestTerrain.asset' because it was serialized with a newer version of Unity. (Has a higher SerializedFile version) UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

Can you tell me what the version is? Thanks!

SnpM commented 5 years ago

The latest commit targets Unity 2019.1f1.

2018.3 may work by recreating the terrain file and gameobject in the ExampleScene (but I haven't tested this Unity version).

On Tuesday, May 28, 2019, Ecstasyzzz notifications@github.com wrote:

The first time import the framework into a Unity project and open Lockstep-Framework/Example/ExampleScene, the console give me that : Failed to load 'D:/Unity2018.3Project/copyAnimator/Assets/ LockstepFramework-Master/Example/Terrain/TestTerrain.asset' because it was serialized with a newer version of Unity. (Has a higher SerializedFile version) UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

Can you tell me what the version is? Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SnpM/LockstepFramework/issues/172?email_source=notifications&email_token=AB26VJ75UCB63JNITQVR4E3PXYOXTA5CNFSM4HQJOYEKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GWMVEDA, or mute the thread https://github.com/notifications/unsubscribe-auth/AB26VJ2X3F4JULODKN6W5UTPXYOXTANCNFSM4HQJOYEA .

Ecstasyzzz commented 5 years ago

thank you for let me know