» 2020 » August の記事

Goto Unity > edit> preference >External tools> external script editor and set VS 2019 and restart unity and vs

min use unity 2017version
change scripting backend to IL2CPP
Target Architectures> click arm64 and unclick x86

alt text

XCODE Go to your Target -> General -> Linked Frameworks and Libraries then add WebKit.framework

~ nox logcat ~

connie 2020.08.18 | android | | No Comments

cmd
nox_adb logcat>logcat.log

~ install msgpack on centos7 ~

connie 2020.08.12 | centos, php | | No Comments

yum install php-pear php-devel
nano php.ini
disable_functions =
sudo systemctl restart php-fpm
pecl install msgpack
cd /etc/php.d
nano msgpack.txt
extension=msgpack.so
nano php.ini
disable_functions = add back disable_function
sudo systemctl restart php-fpm

~ centos 7 update php to 7.4 ~

connie 2020.08.12 | centos, php | | No Comments
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum install yum-utils
yum-config-manager --enable remi-php74
yum update
php -v 
systemctl start php-fpm

| HOME |

Smiley face

August 2020
S M T W T F S
 1
2345678
9101112131415
16171819202122
23242526272829
3031