原创 unity利用VS2017打開腳本,剛開始是準備打開vs,最後打開的是mono解決方案

修改註冊表  devenv.exe數據值 window10  修改爲  ^ WIN10RTM

原创 unity簡單計算器

唯一腳本,只有加減乘除以及等於功能, using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.U

原创 (轉)Unity3D保存圖片到本地(IOS Andriod)Unity Native Gallery Plugin插件

  using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class New

原创 unityZXing二維碼的生成與掃描

借鑑自某位大佬不記得了 using System.Collections; using System.Collections.Generic; using UnityEngine; using ZXing; using UnityEng

原创 unity如何與服務器數據交互

參考一:https://www.cnblogs.com/Firepad-magic/p/5797508.html 參考二:https://www.jianshu.com/p/bdb8d8e3acab 參考三:https://blog.cs

原创 unity與服務器需要自己跟着測試的部分

參考一:https://blog.csdn.net/wu392179786/article/details/79914166   參考二:https://blog.csdn.net/AWNUXCVBN/article/details/17

原创 Unity+二維碼互動,ZXingNet的zxing.unity.dll

來自https://blog.csdn.net/qq_37765916/article/details/83053441   這篇文章目的是:使用Unity完成二維碼識別和信息生成二維碼的功能。 測試環境:Unity 2018.2.4f1

原创 unity利用Image畫直線

using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; /// <summary> //

原创 (裝載)Unity使用UGUI的Image在Canvas中畫直線

http://www.mamicode.com/info-detail-2392052.html using System; using UnityEngine; using UnityEngine.UI; public class

原创 unity無限滑動日曆

鏈接: https://pan.baidu.com/s/1gPe-fOjs4UBR-YT43Jcsrg 提取碼: vx4v 複製這段內容後打開百度網盤手機App,操作更方便哦 using System.Collections; usin

原创 Unity和Android交互出現一個問題

Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details. F:\adt-b

原创 unity標準AndroidManifest.xml

<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" packag

原创 Unity UGUI 之 Scroll View 使用

作者:BiggerChang  來源:CSDN  原文:https://blog.csdn.net/chang_1134/article/details/78087271  版權聲明:本文爲博主原創文章,轉載請附上博文鏈接!   今天想用

原创 unity獲取手機設備信息(待修改,結合版)

using System.Collections; using System.Collections.Generic; using System.Net.NetworkInformation; using UnityEngine; us

原创 AndroidStudio的安卓(待寫)

AndroidStudio下載地址https://developer.android.google.cn/studio/     https://blog.csdn.net/shimmerk/article/details/8059264