Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096
FROM heroiclabs/nakama-pluginbuilder:2.11.0 AS builder | |
ENV GO111MODULE on | |
ENV CGO_ENABLED 1 | |
WORKDIR /backend | |
COPY . . | |
RUN go build --trimpath --mod=vendor --buildmode=plugin -o ./backend.so |
Just follow the official wiki. Nothing more to add... https://github.com/golang/go/wiki/Ubuntu
You can change scripting backend in ProjectSettings -> Player -> Configuration to IL2CPP and in Optimiztion section set Managed Stripping Level to High. Tested it in Unity 2020.1.17f1 in Mobile template. Size reduced from 17Mb to 6Mb with empty scene only. Also trying step by @Pindwin but no result for me. https://stackoverflow.com/questions/64031576/unity-included-dlls-size
You can check your apk file like this: Android Studio -> Build -> Analyze APK https://stackoverflow.com/questions/53716498/unity3d-android-build-report-complete-size-too-large
``` | |
### create single node cockroach | |
mkdir certs .safe | |
cockroach cert create-ca --certs-dir certs/ --ca-key .safe/ca.key | |
cockroach cert create-node [hostname, set in /etc/hosts or a public dns name] [ip] --certs-dir certs/ --ca-key .safe/ca.key | |
cockroach cert create-client root --certs-dir certs/ --ca-key .safe/ca.key | |
### no adverise addr in single node setup, so | |
cockroach start-single-node --certs-dir certs --listen-addr [host, as above]:26257 --http-addr [host, as above]:8080 --background | |
cockroach node ls --certs-dir certs/ --host roach | |
cd certs/ |
To delete your account along with all the data stored on our databases, follow these steps: | |
1. Go to main menu tap the Setting button | |
2. Tap "Settings" button | |
3. Tap "Delete Account" button. | |
All your account data including player xp stat, metadata, inventory and skins, and game currency will be deleted. |
To delete your account along with all the data stored on our databases, follow these steps:
All your account data including player xp stat, metadata, inventory and skins, and game currency will be deleted.