logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

System.ArgumentException: Object of type ‘System.Int64‘ cannot be converted to type ‘System.Int32‘

最近在写SQLite数据库,然后主键的类型是INTEGER,如果直接用int来获取,会报错,System.ArgumentException: Object of type ‘System.Int64’ cannot be converted to type ‘System.Int32’。解决方法:把Id改为long类型就可以此教程为SQLite踩过的那些坑,记录以免其他兄弟踩...

Unity引导路径箭头Shader

Unity地面路径引导指示箭头Shader教程,此教程不是入门级

文章图片
#unity#游戏引擎
Unity打字机 三种方式教会你

Unity打字机效果,深度刨析其原理,三种方式教会你!

#unity#游戏引擎
到底了