240
收录了480篇文章 ·532个问题 · 0人关注
0

How to I get more reliable Y position tracking for

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: WehaveaunityscenethatusesarealearningwhichhasbeenextremelyreliableandconsistentaboutXZposition.Howeverwearenoticingthat......

0

Unity [UNET] Sync non-player object transform

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IhaveaquestionregardingtheUNETsystem. Therearesomeobjectsinthescenethatcanbepicked.Iwanttosynchronizetransformthatob......

0

Can't convert string to ui text in unity

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Ihavelookedaroundforsolutionsbutnothinghasworkedsofar,hereismycode: usingSystem.Collections; usingSystem.Collections.Generi......

0

Unity C#: how to convert an Array of a class into

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Thisquestionalreadyhasananswerhere: SerializeandDeserializeJsonandJsonArrayinUnity ......

0

User controlled Quaternion Slerp?

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Iamtryingtorotateaspherewithusercontrol. voidRotateGlobe(){ SetLock(); if(Input.GetMouseButton(0)) { Ray......

0

Unity build process doesn't include audio file

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'mrunningintoanissuewheremakingastandalonebuildinUnityiscausingtheaudiofilestonotbecopiedover(fromwhatIcantell)or......

0

what is AppLink URL in FB.Mobile.AppInvite in Face

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IamusingUnity5.3.4f1andFacebookSDKforunity7.4 TheproblemispoordocumentationandnothavingstepbystepguidetofacebookSDKF......

0

Unity3D: NullReferenceException: Object reference

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IwanttoaccessHero.classvariable"aspect"fromlaserController.class,butIreceiveanerrormessage:NullReferenceException:Objectref......

0

Open pdf files in Unity

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: thereisanytoolorpluginforUnitythatcanopenPDFfilesinsidethegame.Inoneoftheseexist,maybethereistoolthatcanautomatica......

0

How to use static C++ library in unity?

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'mbuildinganapponiOSbasedonUnity3d,andIneedastaticlibrary(.a)linkedinunity. Butitseemsyoucan'timport.alibrariesdir......

0

How to stop an updating SetDownState() when a cond

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IamusingtheSetDownState()codebecauseIneedtheplayertopushtwobuttonsatthesametime,sometimes.Theproblemisthatanytimet......

0

accessing google glass swipe pad in unity3d

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Iamtryingtoaccessglassswipepadinmyunity3dprojectbutitdoesn'twork."KeyCode.Escape"worksfineforswipedown.ButhowdoIget......

0

What happens when an AppendStructuredBuffer overfl

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IhaveaUnityprojectinwhichI'mwritingtoanAppendStructuredBuffer<Triangle>viaAppend(triangle)inacomputeshader. Inthisinstanc......

0

2D bouncing formula doesn't work properly

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Iamnewtounity,andiamtryingtocreateabouncingball,soi'vedidmanyresearchesaboutbouncingrealtedphysicsandifoundaformul......

0

How to define an array of floats in Shader propert

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'dliketodefineanarrayoffloatsinmyshader,somethinglikethis: Properties { _TilesX("TilesX",Int)=10 _TilesY("Tiles......

0

Facebook unity SDK, “FB.Init() has already been ca

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IamworkingwithFBUnitySDK,andoneconstantproblemiamfacingistocheckifFB.Init()hasalreadybeencalled. Scenario: Thereis......

0

Finding pixel on sprite in Unity

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: InUnity3dwehaveRaycastHit.textureCoordbutitdoesn'texistanymorein2D.Iwassearchingaboutthisproblem,alotbutIdidn'tfindan......

0

How to be sure that a target goal in a match 3 gam

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Thisisclearlynotacodingproblembutthelogicalone.Iamstartingtolearnhowtomakeamatch3game.butthereisaquestionrisingi......

0

Unity, How to set the sprite in front the backgrou

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Ihadmakeabackgroundimage,andrunningananimation.Theproblemistheanimationlayerisbehindthebackgroundimage. Howtosortit? ......

0

Vector3 not serializable Unity3D

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: OksoIfollowedtheUnity3Ddatapersistencetutorial,everythingisgoingsmoothlyuntilItriedtosaveaVector3typeofdata.Thetutori......