Skip to content

Instantly share code, notes, and snippets.

@ahmadm712
ahmadm712 / Embed Unity Game as library on android native flutter.txt
Last active July 23, 2025 09:37
Embed Unity Game as library on android native flutter
1.Take 'unityLibrary' on 'android/' folder
2.Setup 'setting.gradle' add 'unityLibrary'
```
// add to the bottom line
include ':unityLibrary'
project(':unityLibrary').projectDir = file('./unityLibrary')
```
3.Setup 'android/app/build.gradle' implement 'unityLibrary'

An guide how to activate Windows 11 Pro for free

Why?

Because you will get some more features like an Bitlocker and host your device as an External Desktop which can be accessed through the internet

Am i also able to switch from any other edition to Pro?

The answer is yes! You can switch from almost any edition to Pro completely for free!

Note for users with unactivated Pro edition

People which already have Pro, but not activated, can skip to this step.

Getting started

What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key:

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH