Lost Wizard Corp.
Lost Wizard Corp.
NNormal
Created by Lost Wizard Corp. on 9/7/2024 in #🤝ask-a-question
manifest for android
to we need to add the internet allow in the android manifest when building for quest
28 replies
NNormal
Created by Lost Wizard Corp. on 7/15/2024 in #🤝ask-a-question
realtimetransform and rigidbody
im getting this when switching scenes, it seems to still be looking for a rigid body with a realtime transform maybe, MissingReferenceException: The object of type 'Rigidbody' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object. UnityEngine.Rigidbody.get_position () (at <51ffba59437e4f058f829821d2a9db18>:0) Normal.Realtime.RealtimeTransformRigidbody.SetModelFromRigidbody (Normal.Realtime.RealtimeTransformModel model) (at <1e560f460ca04c778a16074e4afc44a9>:0) Normal.Realtime.RealtimeTransformRigidbody.OnLocalModelWillWrite (Normal.Realtime.RealtimeTransformModel model) (at <1e560f460ca04c778a16074e4afc44a9>:0) Normal.Realtime.RealtimeTransform.OnModelWillWrite (Normal.Realtime.RealtimeTransformModel model) (at <1e560f460ca04c778a16074e4afc44a9>:0) Normal.Realtime.RealtimeTransformModel.OnWillWrite () (at <1e560f460ca04c778a16074e4afc44a9>:0) Normal.Realtime.RealtimeModel.SafeInvokeCallback (Normal.Realtime.RealtimeModelEvent event) (at <1e560f460ca04c778a16074e4afc44a9>:0) UnityEngine.Debug:LogException(Exception) Normal.Realtime.RealtimeModel:SafeInvokeCallback(RealtimeModelEvent) Normal.Realtime.RealtimeModel:OnWillWrite(Room) Normal.Realtime.Room:SafeDispatchOnWillWrite() Normal.Realtime.Room:PersistenceTick(Double) Normal.Realtime.Room:RoomTick(Double) Normal.Realtime.Room:Tick(Double) Normal.Realtime.Realtime:Update()
10 replies
NNormal
Created by Lost Wizard Corp. on 7/9/2024 in #🤝ask-a-question
character controller
if i have an xrorigin rig that moves with a character controller and if i disable and re-enable the controller will the avatar model lose track of it
5 replies
NNormal
Created by Lost Wizard Corp. on 6/14/2024 in #🤝ask-a-question
when avatars are created do they have ownership of the child views as well
when an avatar is created are the child views also owned , i see that in the demo the avatar thats created has ownership of the origin view and transform and the child views only have ownership of the realtime transforms and not the views , is there a way to set that , would it be better to create a new avatar manager with a new custom model that has a meta model to achieve owner ship of child views when the avatar is created
8 replies
NNormal
Created by Lost Wizard Corp. on 5/24/2024 in #🤝ask-a-question
what does this mean
Failed to set model on component (2:Cube (1) (XrParticleControlsSync)). UnityEngine.Debug:LogError (object) Normal.Realtime.RealtimeView:BindModelsToComponentMap (Normal.Realtime.ImmutableModelCollection,Normal.Realtime.RealtimeComponentMap) Normal.Realtime.RealtimeView:Normal.Realtime.IConfigurableComponent.SetModel (Normal.Realtime.RealtimeModel) Normal.Realtime.Realtime:ReplaceSceneViewModelWithFreshModel (Normal.Realtime.RealtimeView) Normal.Realtime.Realtime:RegisterSceneRealtimeView (Normal.Realtime.RealtimeView) Normal.Realtime.RealtimeView:Start ()
41 replies
NNormal
Created by Lost Wizard Corp. on 5/16/2024 in #🤝ask-a-question
Loading XR Avatar with RealtimePrefabExtensions
hello I have created the prefabloaddelegate script for loading other objects besides the avatar , but when the avatar is called i get a warning that the avatar prefab doesn't exist in our list of preloaded assets, it still loads async but id like to do away with the warning , i have also added to my prefabloaddelegate list but still throws the error my delegate script is attached
6 replies