File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11# Google Protobuf C# Library for Unity
22
3- Unity NPM version of Google Protobuf! This repository applies the same APACHE 2.0 license terms of the original version.
3+ Unity NPM version of Google Protobuf! This repository applies the same license terms of the original version.
44
5- Original repo: https://github.com/protocolbuffers/protobuf
5+ Original repo: [ protocolbuffers ] ( https://github.com/protocolbuffers/protobuf )
66
77# Current Version
88
9- You can find at CHANGES.txt
9+ You can find at Assets/Package/ CHANGES.txt
1010
1111# Updating this package:
1212
@@ -15,16 +15,17 @@ To do this:
1515
16161 ) Replace Google.Protobuf folder for the original Root > csharp > src > Google.Protobuf
17172 ) Replace CHANGES.txt for the original at Root.
18- 3 ) Replace Bin/protoc.exe for the Windows 64 bits version from original repo.
18+ 3 ) Replace Assets/Package/Protoc/{versions} for related OS versions (current MacOS 64, Windows 64 and Linux 64) from original repo.
1919
2020# How to install
2121
2222At package.json, add these line of code:
23- > "com.gameworkstore.googleprotobufcsharp ": "git://github.com: GameWorkstore /googleprotobufcsharp .git"
23+ > "com.gameworkstore.googleprotobufunity ": "git://github.com: GameWorkstore /google-protobuf-unity .git"
2424
2525And wait for unity to download and compile the package.
2626
27- for update package for a newer version, click in [ Help->PackageUpdate->GameWorkstore.GoogleProtobufCsharp]
27+ for update package for a newer version, install UpmGitExtension and update on [ Window > Package Manager ] !
28+ > https://github.com/mob-sakai/UpmGitExtension
2829
2930# Preinstalled Protoc
3031
You can’t perform that action at this time.
0 commit comments