原创 unity長期學習

需要學習的有 1.Cinemachine 2.ShaderGraph  --需要長期學習  https://www.zhihu.com/collection/314287458 3.ET  需要重點長期學習 4.LeetCode  讓自己

原创 使用C#操作Excel(讀寫包含wps)

轉發https://www.cnblogs.com/kenjiang/p/10790652.html C#讀寫Excel的幾種方法 1 使用Office自帶的庫 前提是本機須安裝office才能運行,且不同的office版本之間可能會有兼

原创 C#深度拷貝和淺拷貝

using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using System; usi

原创 Git下載順序和地址

Git下載地址 https://pc.qq.com/detail/0/detail_164660.html 安裝順序 第一步先裝git-2.25.0-64-bit.exe 第二步再裝tortoisegit  

原创 adb安裝安裝包

安裝包目錄 管理員cmd cmd  adb adb install .\zero.apk       (adb install .\包名.apk)

原创 Photon和KBEngineunity3d是最適用Unity3d遊戲開發的兩個服務器引擎

Photon和KBEngineunity3d是最適用Unity3d遊戲開發的兩個服務器引擎 https://www.cnblogs.com/DonYao/p/8454956.html

原创 AssetBundle框架之編輯器流程BuildAssetBundle

using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; using System.IO; pu

原创 AssetBundle框架編輯器流程之AutoSetLable

using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; using System.IO; pub

原创 AssetBundle框架設計

                ------------------------- --若是對您有所幫助,世界便多了一份你我的溫暖 --您的支持將是我的動力,手有餘糧的話,一點點讚賞我將開心不已(一毛錢也是極好的) 

原创 unity畫圓

using System.Collections; using System.Collections.Generic; using UnityEngine; //利用球畫圓 public class NewBehaviourScrip

原创 AssetBundle框架輔助類之ABManifestLoader

using System.Collections; using System.Collections.Generic; using UnityEngine; public class ABManifestLoader : System

原创 unity彈彈效果

Shader "Elastic" { Properties { _MainTex("Texture", 2D) = "white" {} _Position("xyz:position,w

原创 unityPaypal支付客戶端代碼

using RestSharp; using System.Collections; using System.Collections.Generic; using System.Net; using System.Text; usin

原创 unity如何使用RestSharp發送請求

//獲取令牌 var client = new RestClient("http://xxx.xxx.xx.33/api/oauth/oauth/token"); var request = new RestRequest(Metho

原创 AssetBundle框架主流程之MultiABMgr

using System.Collections; using System.Collections.Generic; using UnityEngine; public class MultiABMgr { priva