Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged unity3d
0
votes
1.3k
views
1
answer
unity3d - Unity 2D C# Instantiate sprite on canvas. Can't find what's wrong
I read many questions about this, but I still can't find what my problem is... I'm trying to instantiate a ... ("Canvas").transform, false); } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
992
views
1
answer
unity3d - C# Unity GetKeyDown() not being detected properly
So I've got a little sledding prototype going. I'm currently coding some controls to compliment the RigidBody physics I' ... " + turnAngle); } } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
1.3k
views
1
answer
unity3d - UnityWebRequest POST to PHP not work
I use documentation with WWWForm: https://docs.unity3d.com/Manual/UnityWebRequest-SendingForm.html C#: void Start( ... became obsolete. Thanks. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
873
views
1
answer
unity3d - Google.JarResolver.ResolutionException: Cannot resolve com.google.firebase:firebase-analytics-unity:1.0.0()
In my Unity project, I used some assets like FacebookSDK, OneSignal etc. Whenever I import OneSignal, this error ... .main(ZygoteInit.java:616) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
840
views
1
answer
unity3d - Share Image on Android Application from Unity Game
I've captured screenshot in my game when player dies. I've following code to capture screen shot. RenderTexture ... Please help, Advance Thanks See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
984
views
1
answer
unity3d - Reloading XML asset in Unity
I am storing the progress of the game in XML file. Since the player can choose the round they want to ... an alternative for android export. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
681
views
1
answer
unity3d - Character fall through ground after playing sometime
I have a character with compound collider setup (the collider that is setup by many primitive collider shapes, one for ... know how to fix this? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
868
views
1
answer
unity3d - Unity C# Null Reference Exception
I am trying to get data from an int variable in Unity using C# code. Below is the C# code I am using ... the scripts? Any help is appreciated. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
883
views
1
answer
unity3d - Disable or enable collisions based on object tag Unity 2d
I want to disable or enable collision with object in unity 2d game based on its tag. Lets say I have object with ... maybe idea how to do this? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
1.1k
views
1
answer
unity3d - Moving player in Subway Surf like game using left/right swipe
I am developing endless runner game like subway surfer in Unity. I want to move my player, smoothly on swipe left or right ... = false; } } } } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
893
views
1
answer
unity3d - Google Firebase how to catch specific Auth exception errors - Unity
-How to catch Auth exception errors - Unity -How to catch if user/email exists - Unity -Where to find ... finally write my solution for Unity. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
789
views
1
answer
unity3d - Detect mouse clicked on GUI
I got a problem in my project. I want to know that mouse cliked happend on GUI or on any game object. I ... there any event available or else? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
655
views
1
answer
unity3d - ARCore + Unity + Augmented Images - Load different prefabs for different Images
How do I assign different prefabs to different images? right now, I have all my prefabs loading in on top of each ... to make that happen...? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
976
views
1
answer
unity3d - Add Reference is missing in Visual Studio when using with Unity 3D - Need Npgsql.dll
I installed Unity 2017 with Visual Studio 2017. I am attempting to add an external DLL to the Visual Studio ... dll. Can anyone give light? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
1.4k
views
1
answer
unity3d - How to get IP addresses of all devices in local network with Unity UNET in C#?
everyone! I have a lot of devices in one local network. How can I get ip addresses of all these devices? I ... string>(); return listIP; } } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
921
views
1
answer
unity3d - ARCore collider on generated planes
I'm just playing around with AR core and want to have an object flying around the room and able to land ... box colliders on the planes somehow? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
918
views
1
answer
unity3d - Google firebase analytics plugin for unity
Google recently launched firebase analytics for iOS and android, which is great and I want to use it in my android ... but I couldn't find it. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
853
views
1
answer
unity3d - Is it really wrong to use Input.GetKey() on FixedUpdate?
We know there's a "rule" that Input functions shouldn't be used inside the FixedUpdate(); Input.GetKeyDown() ... won't see it on FixedUpdate? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
553
views
1
answer
unity3d - Use Daydream Controller on HoloLens or outside Daydream?
The daydream controller is awesome and we want to be able to use it in my AR app. It pairs via ... daydream tech preview is even possible? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
1.2k
views
1
answer
unity3d - unity remote 4 app not working in windows/android
I installed the unity remote 4 app in my android phone (Lollipop OS). When i click play option in unity editor it doesn't work. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
1.0k
views
1
answer
unity3d - Facebook UNITY SDK login issue
I just installed the new version of Unity 4.3 and the new facebook sdk and I can't get it working. I ... , nothing happened. Can anybody help? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
763
views
1
answer
unity3d - Do I have to use shared vertices in mesh in Unity?
I want to create procedurally generated landscape meshes with a flat shaded look in Unity3D. I thought it would be ... the shaders to use this? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
1.1k
views
1
answer
unity3d - Embed Unity app into UWP Application
So I know it's possible to create a unity game and port - deploy it to the windows 10 store. but I have ... app), the scene should be updated. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
935
views
1
answer
unity3d - Unity- Photosphere Photo Viewer for Google Cardboard
I am trying to build a Photosphere-like application with Unity3D and use it along with Google cardboard. I ... will be gratefully received. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
672
views
1
answer
unity3d - how to clone several game objects in a way that clone properties of one can be adjusted to match all others in scene view
I asked How can I adjust shape/dimensions of one clone to affect all other clones in the scene view and the ... clone, preferably with a button. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
873
views
1
answer
unity3d - Collision callback function not called
i am bloody beginner with Unity and i am currently working on a 2D Brawler. The movement works perfectly ... here enter image description here See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
792
views
1
answer
unity3d - Unity 2017.10f3 .Net 4.6 target issue
I've updated the player settings API to be 4.6 as documented. But my project is still targeting 3.5. I also ... If so, is there a workaround? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
0
votes
901
views
1
answer
unity3d - Pixel-perfect shader in Unity ShaderLab
In Unity, when writing shaders, is it possible for the shader itself to "know" what the screen resolution is ... where the physical-pixels are.) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
unity3d
Page:
1
2
3
4
5
6
...
10
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] 请教一下两个系统的钱包功能设计
[2] Using Azure ADB2C tokens to authenticate to RabbitMq
[3] 替 Button 添加onClick属性后 点击报错
[4] chatterbot not finding responses and failing to select from multiple responses
[5] soap解析问题
[6] 一个对象的属性也是一个对象,怎么进行解耦?
[7] javascript - Can anyone tell me how to create an array of images in p5.js using poseNet ml5.js?
[8] el-transfer右边数据一时渲染一时不渲染,怎么一回事?
[9] switch statement - C: handling case...else
[10] Access is denied. How to resolve problems with docker cp due to permission on Windows 10?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...